tidy.jlmeboot | R Documentation |
Tidier methods for Julia regression models
## S3 method for class 'jlmeboot'
tidy(x, effects = c("var_model", "ran_pars", "fixed"), ...)
## S3 method for class 'jlmeprof'
tidy(x, effects = c("var_model", "ran_pars", "fixed"), ...)
## S3 method for class 'jlme'
tidy(x, effects = c("var_model", "ran_pars", "fixed"), ...)
## S3 method for class 'jlme'
glance(x, ...)
x |
An object of class |
effects |
One of "var_model", "ran_pars", or "fixed" |
... |
Unused |
A data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.