refit_for_weights {multifamm} | R Documentation |
Refit the model under an independence assumption
Description
This is an internal function. Refit the model under an independence assumption now with the basis functions from the MFPCA. Goal is to extract an estimate for the error variances.
Usage
refit_for_weights(formula, data, model_list)
Arguments
formula |
Formula to fit the final model. |
data |
Data that contains all the variables specified in formula. |
model_list |
List containing sparseFLMM objects for each dimension |
[Package multifamm version 0.1.1 Index]