ggPMX (version 1.2.11)

get_data: Get controller data set

Description

Get controller data set

Usage

get_data(
  ctr,
  data_set = c("estimates", "predictions", "eta", "finegrid", "input", "sim",
    "individual")
)

Value

a data.table of the named data set if available.

Arguments

ctr

the controller object

data_set

the data set name

See Also

Other pmxclass: get_cats(), get_conts(), get_covariates(), get_occ(), get_plot_config(), get_plot(), get_strats(), plot_names(), plots(), pmx_update(), set_data(), set_plot()