Compute the multi-processing from a workspace
Function to compute all the multi-processings or a given one from a workspace.
By default the workspace only contains definitions: computation is needed to get the seasonal adjustment model
(with get_model
).
compute(workspace, i)
workspace |
the workspace to compute. |
i |
a |
spec_x13 <- x13_spec(spec = "RSA5c", easter.enabled = FALSE) sa_x13 <- x13(ipi_c_eu[, "FR"], spec = spec_x13) wk <- new_workspace() mp <- new_multiprocessing(wk, "sa1") add_sa_item(wk, "sa1", sa_x13, "X13") sa_item1 <- get_object(mp, 1) get_model(sa_item1, wk) # Returns NULL compute(wk) get_model(sa_item1, wk) # Returns the SA model sa_x13
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.