fit_model {VisitorCounts} | R Documentation |
Fit Model
Description
Fit the visitation model.
Usage
fit_model(
parameter_estimates_and_time_series_windows,
omit_trend,
trend,
is_input_logged,
...
)
Arguments
parameter_estimates_and_time_series_windows |
# a list storing the outputs of |
omit_trend |
This is obsolete and is left only for compatibility. In other words, |
trend |
A character string specifying how the trend is modeled. Can be any of NULL, "linear", "none", and "estimated", where "none" and "estimated" correspond to |
is_input_logged |
A Boolean describing whether the |
... |
Additional arguments |
Value
visitation_fit |
A vector storing fitted values of visitation model. |