tidy.mdl_df | R Documentation |
This function will obtain the coefficients (and associated statistics) for each model in the mable.
## S3 method for class 'mdl_df'
tidy(x, ...)
## S3 method for class 'mdl_df'
coef(object, ...)
## S3 method for class 'mdl_ts'
tidy(x, ...)
## S3 method for class 'mdl_ts'
coef(object, ...)
x , object |
A mable. |
... |
Arguments for model methods. |
library(fable)
library(tsibbledata)
olympic_running %>%
model(lm = TSLM(log(Time) ~ trend())) %>%
tidy()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.