View source: R/get_segment_table.R
unpack_arma | R Documentation |
Unpack arma order and formula
unpack_arma(form_str_in)
form_str_in |
A character. These are allowed: "ar(number)" or "ar(number, formula)" |
A list with $order and $form_str (e.g., "ar(formula)"). The formula is ar(1) or ma(1) if no formula is given
Jonas Kristoffer Lindeløv jonas@lindeloev.dk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.