tidy.fibre | R Documentation |
Tidy Model Results
## S3 method for class 'fibre'
tidy(
x,
effects = c("fixed", "rates", "random", "hyper"),
conf.type = c("cred.int", "marginals"),
indexes = NULL,
...
)
x |
A |
effects |
Which effects do you want tidied? One of: |
conf.type |
What kind of confidence interval. Choices are:
|
indexes |
If |
... |
Not used. |
A tidy tibble
with information about the fitted model parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.