Wolfram Language Paclet Repository
Community-contributed installable additions to the Wolfram Language
GeneralizedMixedEffectsModelFit |
|
| | ||||
|
| | ||||
|
| | ||||
ExponentialFamily | Automatic | A built-in family name or validated MixedEffectsFamily Association. | |
LinkFunction | Automatic | Use the family default or a supported explicit link. | |
Trials | Automatic | Binomial/beta-binomial trial counts as a scalar, vector, function, or expression. | |
DispersionParameter | Automatic | Positive family dispersion/size/precision parameter, estimated when the family declares it estimable. | |
LikelihoodApproximation | "Laplace" | Use "Laplace" or "AdaptiveGaussHermite". | |
QuadratureOrder | 7 | Gauss-Hermite nodes per independent active component. | |
MaxQuadraturePoints | 200000 | Hard limit on the total requested adaptive quadrature grid. | |
InnerMaxIterations | 100 | Maximum conditional-mode iterations. | |
DegreesOfFreedomMethod | "Normal" | Generalized fixed effects use marginal-objective Wald inference. | |
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 | Automatic begins with quasi-Newton optimization and uses a deterministic Nelder-Mead fallback when the strict convergence audit is not met; an explicit method disables this selection. | |
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. |
GeneralizedMixedEffectsModelFit |
quantity | Laplace | AGHQ(9) |
period 1 intercept | -1.39853 | -1.39923 |
period 2 contrast | -0.992333 | -0.991404 |
herd variance | 0.412498 | 0.419279 |
log likelihood | -92.0263 | -91.9834 |