replaceData | R Documentation |
Returns an SaemixObject object where the data object has been replaced by the data provided in a dataframe
replaceData.saemixObject(saemixObject, newdata)
saemixObject |
an SaemixObject object |
newdata |
a dataframe containing data |
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).
# TODO
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.