check_arguments {VisitorCounts} | R Documentation |
Check Arguments
Description
Check arguments.
Usage
check_arguments(
popularity_proxy,
onsite_usage,
constant,
omit_trend,
trend,
ref_series,
is_input_logged,
...
)
Arguments
popularity_proxy |
A vector which stores a time series which may be used as a proxy for the monthly popularity of social media over time. The length of |
onsite_usage |
A vector which stores monthly on-site usage for a particular social media platform and recreational site. |
constant |
A numeric specifying the constant term (beta0) in the model. This constant is understood as the mean log adjusted monthly visitation relative to the base month. The default option is 0, implying that the (logged) |
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 |
ref_series |
A numeric vector specifying the original visitation series. The default option is NULL, implying that no such series is available. If such series is available, then its length must be the same as that of |
is_input_logged |
A Boolean describing whether the |
... |
Additional arguments. |
Value
No return value, called for extra information.