Description Usage Arguments Examples
View source: R/seasonal_dummies.R
This function creates a dataframe with seasonal dummies that has 11 columns and <nrow> rows.
1 | seasonal_dummies(nrow, freq = 12)
|
nrow |
Number of rows for the matrix of seasonal dummies. |
freq |
Frequency of the seasonal dummies, this is set default to monthly (12). |
1 2 | seasonal_dummies(15)
seasonal_dummies(nrow = 30, freq = 52)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.