Perform prediction-correction
calc_pred_corr_continuous(
sim,
obs,
pred_corr,
pred_corr_lower_bnd,
cols,
verbose
)A list with "sim" and "obs" (with pred_corr performed, if
requested)
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
perform prediction-correction?
lower bound for the prediction-correction
A length 2, named list with one element named "obs" and the other named "sim", each containing a sub-list with elements for mapping columns names in the data to expected column names for use.
show debugging information (TRUE or FALSE)