gldrm.control | R Documentation |
gldrm
algorithmThis function returns control arguments for the gldrm
algorithm.
Each argument has a default value, which will be used unless a different
value is provided by the user.
gldrm.control(
eps = 1e-10,
maxiter = 100,
returnfTiltMatrix = TRUE,
returnf0ScoreInfo = FALSE,
print = FALSE,
betaStart = NULL,
f0Start = NULL
)
eps |
Convergence threshold. The fitting algorithm has converged when the
relative change in log-likelihood between iterations is less than |
maxiter |
Maximum number of iterations allowed. |
returnfTiltMatrix |
Logical. Return nonparametric fitted probabilities for each observation. This is a matrix with nrow equal to the number of observations and ncol equal to the number of unique response values observed. |
returnf0ScoreInfo |
Logical. If |
print |
Logical. If |
betaStart |
Optional vector of starting values for |
f0Start |
Optional vector of starting values for |
Object of S3 class "gldrmControl", which is a list of control arguments.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.