- data
data set used for fitting the model, as a list with four components: x, y, z, grp (see
above)
- coefInit
list of the starting values for beta, random effects covariance structure, and variance structure
- penalty.b
The penalty method for fixed effects penalization.
- penalty.L
The penalty method for random effects penalization.
- nonpen.b
Index of indices of fixed effects not penalized.
- nonpen.L
Index of indices of random effects not penalized.
- lambda1
regularization parameter for fixed effects penalization scaled by the number of subjects.
- lambda2
regularization parameter for random effects penalization the number of subjects.
- sigma
standard deviation \(\hat{\sigma}\) of the errors
- D
The estimates of the random effects covariance matrix \(\hat{D}\).
- Lvec
Vectorized \(\hat{L}\), the lower triangular matrix of \(\hat{D}\) from Cholesky Decomposition.
- coefficients
estimated fixed-effects coefficients \(\hat{\beta}\)
- random
vector with random effects, sorted by groups
- ranef
vector with random effects, sorted by effect
- u
vector with the standardized random effects, sorted by effect
- fixef
estimated fixed-effects coeffidients \(\hat{\beta}\)
- fitted.values
The fitted values \(\hat{y} = \hat{X} \beta +
Z \hat{b}_i\)
- residuals
raw residuals \(y-\hat{y}\)
- corD
Correlation matrix of the random effects
- logLik
value of the log-likelihood function
- deviance
deviance=-2*logLik
- npar
Number of parameters. Corresponds to the cardinality
of the set of nonzero coefficients
plus the number of nonzero variance in D
- aic
AIC
- bic
BIC
- bicc
Modified BIC defined by Wang et al (2009)
- ebic
Extended BIC defined by Chen and Chen (2008)
- converged
Does the algorithm converge? 0: correct convergence ;
an odd number means that maxIter was reached ; an even number means
that the Armijo step was not succesful. For each unsuccessfull Armijo
step, 2 is added to converged. If converged is large compared to the
number of iterations counter
, you may increase maxArmijo.
- counter
The number of iterations used.
- stopped
logical indicating whether the algorithm stopped due to too many parameters, if yes need to increase lam1
or lam2
- CovOpt
optimization routine
- control
see splmmControl
- objective
Value of the objective function at the final estimates
- call
call