Read in VPC data
read_vpc(sim, obs, psn_folder, software, sim_cols, obs_cols, verbose = FALSE)A list with names of "sim", "obs", "software", and "cols"
this is usually a data.frame with observed data, containing the independent and dependent variable, a column indicating the individual, and possibly covariates. E.g. load in from NONMEM using read_table_nm. However it can also be an object like a nlmixr or xpose object
a data.frame with observed data, containing the independent and dependent variable, a column indicating the individual, and possibly covariates. E.g. load in from NONMEM using read_table_nm
instead of specifying "sim" and "obs", specify a PsN-generated VPC-folder
name of software platform using (e.g. nonmem, phoenix)
list for mapping simulation data columns, e.g. `list(dv = "DV", id = "ID", idv = "TIME", pred="PRED")`
list for mapping observation data columns, e.g. `list(dv = "DV", id = "ID", idv = "TIME", pred="PRED")`
show debugging information (TRUE or FALSE)