View source: R/mixed-methods.R
| tidy.beezdemand_nlme | R Documentation |
Tidy method for beezdemand_nlme
## S3 method for class 'beezdemand_nlme'
tidy(
x,
effects = c("fixed", "ran_pars"),
report_space = c("natural", "log10"),
...
)
x |
A beezdemand_nlme object |
effects |
Which effects to include: "fixed" (default), "ran_pars", or both |
report_space |
Character. Reporting space for core parameters. One of
|
... |
Additional arguments (ignored) |
A tibble of model coefficients with columns:
term: Parameter name
estimate: Point estimate
std.error: Standard error
statistic: t-value
p.value: P-value
component: "fixed" or "variance"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.