predictedUnivar2DataFrame | R Documentation |
This function helps to compare univariate sparseFLMM models to multiFAMM models. This functions converts the predictions of the covariate effects of one or two models as given by the function predict_sparseFLMM_covar() to a data.frame.
predictedUnivar2DataFrame(aco_pr, epg_pr, effect, grid = seq(0, 1, length.out
= 100))
aco_pr |
Output of the first model (dimension aco). |
epg_pr |
Output of the second model (dimension epg). Can be NULL. |
effect |
Which effect to extract. If intercept is specified (1), then the scalar intercept is added. |
grid |
Grid of evaluation points. Defaults to observations on [0,1]. |
This functions' name in the thesis was predict2DataFrame().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.