Internal Documentation
Contents
Index
Types
#
MixedModels.OptSummary
— Type.
OptSummary
Summary of an NLopt
optimization
Members:
initial
: a copy of the initial parameter values in the optimizationfinal
: a copy of the final parameter values from the optimizationfmin
: the final value of the objectivefeval
: the number of function evaluationsoptimizer
: the name of the optimizer used, as aSymbol
Functions and methods
#
MixedModels.ranef!
— Function.
ranef!(v, m, uscale)
Overwrite v with the conditional modes of the random effects for m
Args:
v
: aVector
of matricesm
: aMixedModel
uscale
: aBool
indicating if the random effects on the spherical (i.e.u
) scale are desired
Returns: v
, overwritten with the conditional modes