Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

bife_control

Set bife Control Parameters


Description

Set and change parameters used for fitting bife.

Usage

bife_control(
  dev_tol = 1e-08,
  iter_max = 25L,
  trace = FALSE,
  rho_tol = NULL,
  conv_tol = NULL
)

Arguments

dev_tol

tolerance level for the first stopping condition of the maximization routine. The stopping condition is based on the relative change of the deviance in iteration r and can be expressed as follows: |dev - devold| / (0.1 + |dev|) < tol. Default is 1.0e-08.

iter_max

unsigned integer indicating the maximum number of iterations in the maximization routine. Default is 25L.

trace

logical indicating if output should be produced in each iteration. Default is FALSE.

conv_tol, rho_tol

deprecated; step-halving is now similar to glm.fit2.

Value

The function bife_control returns a named list of control parameters.

See Also


bife

Binary Choice Models with Fixed Effects

v0.7.1
GPL (>= 2)
Authors
Amrei Stammann [aut, cre], Daniel Czarnowske [aut] (<https://orcid.org/0000-0002-0030-929X>), Florian Heiss [aut], Daniel McFadden [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.