Wolfram Language Paclet Repository
Community-contributed installable additions to the Wolfram Language
MixedEffectsModelFit |
|
| | ||||
|
| | ||||
|
| | ||||
Method | "REML" | Use "REML" or "ML". | |
DegreesOfFreedomMethod | "Normal" | Use "Normal", "Satterthwaite", or "KenwardRoger" fixed-effect inference. | |
ResidualCorrelation | None | Within-block correlation: AR1, ContinuousAR1, CompoundSymmetry, ARMA, Unstructured, Exponential, Gaussian, or Spherical. | |
ResidualGrouping | Automatic | Expression defining independent residual blocks; Automatic uses the first grouping structure. | |
ResidualCovariate | Automatic | Time index or coordinate vector used by temporal or spatial residual correlation. | |
VarianceFunction | "Identity" | Relative residual standard deviations: Identity, ByLevel, Power, Exponential, ConstantPower, or Product. | |
VarianceCovariate | Automatic | Numeric covariate used by a variance function. | |
VarianceStrata | Automatic | Levels used by a ByLevel variance function. | |
Weights | Automatic | Observation weights. Gaussian fitters interpret these as inverse residual-variance weights; generalized fitters report their frequency-weight interpretation. | |
LinearOffsetFunction | None | A scalar, vector, function, or Wolfram expression added to the linear predictor. | |
MissingDataMethod | "Exclude" | Use "Exclude" for recorded listwise deletion or "Fail" to reject missing input. | |
MaxIterations | 600 | Maximum outer optimizer iterations. | |
AccuracyGoal | Automatic | Accuracy goal passed to the selected numerical optimizer. | |
PrecisionGoal | Automatic | Precision goal passed to the selected numerical optimizer. | |
WorkingPrecision | MachinePrecision | Working precision used by numerical optimization. | |
OptimizationMethod | Automatic | Use the validated model-specific optimizer strategy, or request a supported explicit optimizer method. | |
OptimizationStarts | 3 | Number of deterministic starts; the fit with the smallest valid objective is retained. | |
ConvergenceTolerance | 1 5 10 | Tolerance for the scaled projected-gradient convergence gate. | |
ConfidenceLevel | 0.95 | Confidence level used for reported fixed-effect intervals. | |
ProgressReporting | Automatic | Show a live notebook progress panel with the current stage, objective evaluations, best objective, start number, and elapsed time. Automatic is silent without a notebook front end. | |
EvaluationMonitor | None | An expression evaluated after each uncached marginal-objective evaluation; use RuleDelayed for side effects. | |
StepMonitor | None | An expression evaluated after each completed outer optimization start; use RuleDelayed for side effects. |
"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. |
MixedEffectsModelFit |
analysis | treatment | SE | p-value | decision |
independent rows | 0.7656 | 0.2701 | 0.0053 | significant |
patient random intercept | 0.7656 | 0.6635 | 0.2486 | not significant |