bikes_linreg: Notebook generator: simple linear regression

Description Usage Arguments Details

View source: R/bikes_nb_lm.R

Description

Generates a notebook for a frequentist regression model!

Usage

1
bikes_linreg(log_scale = TRUE, agc = list(1, 200, TRUE))

Arguments

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.

Details

lm() basically


ooelrich/oscbvar documentation built on Sept. 8, 2021, 3:31 p.m.