| tidy.bru | R Documentation |
This function extracts the fixed effect coefficients or
hyperparameters from a fitted bru object and returns them in a tidy
tibble format. See generics::tidy() for more details on the tidy data
format.
## S3 method for class 'bru'
tidy(x, effects = "fixed", ...)
x |
A fitted |
effects |
|
... |
Unused. |
A tibble with one row per term.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.