Description Usage Arguments Details
Generates a notebook for a frequentist regression model!
1 | bikes_linreg(log_scale = TRUE, agc = list(1, 200, TRUE))
|
log_scale |
Should the dependent variable be on log scale? |
agc |
List of atomic prediction generation controllers. The first element of the list gives the starting time (ie what observation is considered as t = 1), the second element is the minimum window length used for estimation, and the third one is a boolean indicating if the estimation window is rolling or not. |
lm() basically
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.