Skip to contents

x13 is run multiple times

Usage

x13_multi(..., spec)

Arguments

...

x13 parameters

spec

List of several x13_spec output objects. That is, spec can be output from x13_spec_pickmdl.

Value

List of several x13 output objects

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)