controlMethod | R Documentation |
controlMethod
constructs a list with all necessary
control parameters for regression fitting in
estimatePopsizeFit
and estimatePopsize
.
controlMethod(
epsilon = 1e-08,
maxiter = 1000,
verbose = 0,
printEveryN = 1L,
coefStart = NULL,
etaStart = NULL,
optimMethod = "Nelder-Mead",
silent = FALSE,
optimPass = FALSE,
stepsize = 1,
checkDiagWeights = TRUE,
weightsEpsilon = 1e-08,
momentumFactor = 0,
saveIRLSlogs = FALSE,
momentumActivation = 5,
criterion = c("coef", "abstol", "reltol")
)
epsilon |
a tolerance level for fitting algorithms by default |
maxiter |
a maximum number of iterations. |
verbose |
a numeric value indicating whether to trace steps of fitting algorithm for
if |
printEveryN |
an integer value indicating how often to print information
specified in |
coefStart , etaStart |
initial parameters for regression coefficients
or linear predictors if |
optimMethod |
a method of |
silent |
a logical value, indicating whether warnings in |
optimPass |
an optional list of parameters passed to |
stepsize |
only for |
checkDiagWeights |
a logical value indicating whether to check if diagonal
elements of working weights matrixes in |
weightsEpsilon |
a small number to ensure positive definedness of weights matrixes.
Only matters if |
momentumFactor |
an experimental parameter in |
saveIRLSlogs |
a logical value indicating if information specified in
|
momentumActivation |
the value of log-likelihood reduction bellow which momentum will apply. |
criterion |
a criterion used to determine convergence in |
List with selected parameters, it is also possible to call list directly.
Piotr Chlebicki, Maciej Beręsewicz \loadmathjax
estimatePopsize()
estimatePopsizeFit()
controlModel()
controlPopVar()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.