- x, object
a fitted olmm
object.
- predecor
logical scalar. Indicates whether the within-subject
correlation of the estimating equations should be removed by a linear
transformation. See details.
- control
a list of control parameter as produced by
predecor_control
.
- nuisance
integer vector. Defines the coefficients which are
regarded as nuisance and therefore omitted from the transformation.
- impute
logical scalar. Whether missing values should be
replaced using imputation.
- seed
an integer scalar. Specifies the random number used for
the set.seed
call before the imputation. If set to
NULL
, set.seed
is not processed.
- symmetric
logical scalar. Whether the transformation matrix
should be symmetric.
- minsize
integer scalar. The minimum number of observations for
which entries in the transformation should be computed. Higher
values will lead to lower accuracy but stabilize the computation.
- reltol
convergence tolerance used to compute the transformation
matrix.
- maxit
the maximum number of iterations used to compute the
transformation matrix.
- silent
logical scalar. Should the report of warnings be
suppressed?
- include
logical scalar. Whether the transformation matrix
should be computed based on the scores corresponding to observations
(option "observed"
) or on all scores (option "all"
),
including the imputed values.
- verbose
logical scalar. Produces messages.
- scores
a function or a matrix. Function to extract the
estimating equations from object
or a matrix representing the
estimating equations. If NULL
(default), the
olmm_estfun
function will be used with
argument predecor
and additional arguments from ...
.
- order.by
a numeric or factor vector. The explanatory variable
to be used to order the entries in the estimating equations. If set
to NULL
(the default) the observations are assumed to be
ordered.
- subset
logical vector. For extracts the subset of the
estimating equations to be used.
- parm
integer, logical or a character vector. Extracts the
columns of the estimating equations.
- center
logical scalar. TRUE
subtracts, if necessary, the
column means of the estimating equations.
- drop
logical. Whether singularities should be handled
automatically (otherwise singularities yield an error).
- ...
arguments passed to other
functions. olmm_gefp
passes these arguments to
scores
if scores
is a function.