replaceData function

Replace the data element in an SaemixObject object

Replace the data element in an SaemixObject object

Returns an SaemixObject object where the data object has been replaced by the data provided in a dataframe

replaceData.saemixObject(saemixObject, newdata)

Arguments

  • saemixObject: an SaemixObject object
  • newdata: a dataframe containing data

Returns

an object of class "SaemixObject". The population parameters are retained but all the predictions, individual parameters and statistical criteria are removed. The function attempts to extract the elements entering the statistical model (subject id, predictors, covariates and response).

Examples

# TODO
  • Maintainer: Emmanuelle Comets
  • License: GPL (>= 2)
  • Last published: 2024-03-05

Useful links