predict_sparseFLMM_covar | R Documentation |
This function helps to compare univariate sparseFLMM models to multiFAMM models. This functions predicts the covariate effects of a model that has the structure of a regression model fitted by sparseFLMM().
predict_sparseFLMM_covar(model, type = "terms", unconditional = FALSE,
grid = seq(0, 1, length.out = 100))
model |
sparseFLMM model with covariates. |
type |
Gam terms to be predicted. |
unconditional |
Std conditional on lambda. |
grid |
Grid of evaluation points. Defaults to observations on [0,1]. |
This functions' name in the thesis was predict_model().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.