replaceData: Replace the data element in a SaemixObject object

replaceDataR Documentation

Replace the data element in a SaemixObject object

Description

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

Usage

replaceData.saemixObject(saemixObject, newdata)

Arguments

saemixObject

an SaemixObject object

newdata

a dataframe containing data

Value

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

saemix documentation built on July 9, 2023, 7:43 p.m.

Related to replaceData in saemix...