Main Content
getCovariateData
Create design matrix needed for fit
Description
creates CovData
= getCovariateData(PKDataObj
)CovData
, a dataset (Statistics and Machine Learning Toolbox) array containing only the covariate data from the data
set in PKDataObj
, a PKData
object.
CovData
contains one row for each individual and one column for each
covariate.
Use this function to view the covariate data when writing equations for the Expression property of a CovariateModel
object.
Input Arguments
Output Arguments
Version History
Introduced in R2011b