Multiple x13 runs from multiple specifications
x13_multi.Rdx13 is run multiple times
Arguments
- ...
x13parameters- spec
List of several
x13_specoutput objects. That is,speccan be output fromx13_spec_pickmdl.
Details
This function behaves like x13 except that parameter spec is a list of multiple specifications.
Examples
myseries <- pickmdl_data("myseries")
spec5 <- x13_spec_pickmdl(spec = "RSA3", transform.function = "Log")
sa5 <- x13_multi(myseries, spec = spec5)