| strip_pamm_fit | R Documentation |
pamm_ic objectRemoves the per-observation slots (model frame, fitted values, residuals,
working weights, ...) and the call (which captures the full PED data),
none of which are needed for the downstream multiple-imputation pooling: the
pooled add_* methods only require each fit's coefficients,
Vp/Ve and the smooth/parametric structure used by
predict(type = "lpmatrix"). Stripping makes the stored size independent
of the data set size, so memory does not blow up with many imputations.
strip_pamm_fit(fit)
fit |
A fitted |
The same object with large per-observation slots removed; class and
everything needed for predict/coef/vcov are retained.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.