PICKMDL "first" check
crit_ok.Rd
Check whether x13
output is ok according to
the PICKMDL "first" method
Details
Unlike ok
, this function does the actual calculations.
Examples
myseries <- pickmdl_data("myseries")
a <- x13(myseries, x13_spec(spec = "RSA3", transform.function = "Log"))
b <- x13(myseries, x13_spec(spec = "RSA3", transform.function = "None"))
crit_ok(a)
#> [1] TRUE
crit_ok(b)
#> [1] FALSE