Multiple x13 runs from multiple specifications
x13_multi.Rd
x13
is run multiple times
Arguments
- ...
x13
parameters- spec
List of several
x13_spec
output objects. That is,spec
can 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)