View source: R/stat_analysis.R
Calculate Marginal Seasonal Effects
1 2 3 4 5 6 7 | get_seas_me(
.data,
min_date = NULL,
max_date = NULL,
robust_lm = F,
ci_me = 0.95
)
|
.data |
tibble/data.frame |
min_date |
date: set mininum date. |
max_date |
date: set maximum date. |
robust_lm |
logical: whether or not to use robust regression. |
ci_me |
numeric: confidence interval for marginal effects. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.