View source: R/full_dlm_specification.R
full_dlm_modeling | R Documentation |
Dynamic Linear Model Estimation
full_dlm_modeling( data, t_var, y_var, state_components = NULL, deterministic_components = NULL, seasonal_frequency = NULL, reg_vars = NULL )
data |
Data frame/tibble containing the series to model and the time variable. |
t_var |
Date vector of length 1. Column name of the time/date variable. |
y_var |
Character (atomic) vector of length 1. Column name of the y variable. |
state_components |
Character vector of the state components. Must be any combination of the following elements: |
deterministic_components |
Character vector specifying the deterministic state components. Must be any combination of the following elements: |
seasonal_frequency |
Numeric vector of length 1. Periodicity of the seasonal component. Must be different from |
reg_vars |
Character vector of the column name(s) of the explanatory variable(s) in |
A list containing the model's output and metadata.
print("Soon!")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.