Wolfram Language Paclet Repository
Community-contributed installable additions to the Wolfram Language
MixedEffectsModel |
|
| | ||||
|
| | ||||
|
| | ||||
|
| | ||||
IncludeRandomEffects | True | Include known-level conditional random effects in prediction. | |
NewGroupAction | "Population" | Use zero random effect for an unseen level or use "Fail". |
"Data" | Rows used for fitting after missing-data processing. | |
"Variables" | Ordered predictor and grouping variables. | |
"IncludedRowIndices" | Original row indices retained for fitting. | |
"ExcludedRowIndices" | Original row indices excluded from fitting. | |
"FixedEffectsDesignMatrix" | Fixed-effect design matrix. | |
"RandomEffectsDesignMatrix" | Sparse random-effect design matrix. |
"FixedEffects" | Association of fixed-effect estimates. | |
"ParameterTableEntries" | Machine-readable parameter inference entries. | |
"FixedEffectCovariance" | Estimated covariance matrix of fixed effects. | |
"FixedEffectCorrelationMatrix" | Corresponding correlation matrix. |
"RandomEffects" | Conditional modes grouped by random-effect structure. | |
"RandomEffectCovariances" | Association of estimated covariance matrices. | |
"ResidualVariance" | Gaussian residual variance, when applicable. | |
"ResidualParameterEstimates" | Estimated residual correlation and variance-function parameters. |
"PopulationPredictedResponse" | Training predictions with random effects set to zero. | |
"ConditionalPredictedResponse" | Training predictions using conditional random effects. | |
"MarginalPredictedResponse" | Response-scale predictions integrated over random effects. | |
"Residuals" | Conditional response residuals. | |
"PearsonResiduals" | Variance-standardized residuals. | |
"DevianceResiduals" | Signed deviance residuals when defined. |
"LogLikelihood" | Constants-inclusive maximized or approximated log likelihood. | |
"AIC" | Akaike information criterion. | |
"BIC" | Bayesian information criterion. | |
"ConvergenceReport" | Gradient, error, optimizer, mode, and tolerance diagnostics. | |
"Converged" | True only when documented numerical gates pass. | |
"SingularFit" | Whether a random-effect covariance lies on a rank boundary. | |
"Warnings" | Statistical and numerical warnings retained with the fit. |
|
|
|
|