getCovariateData (pkdata)
Create design matrix needed for fit
Syntax
CovData
= getCovariateData(PKDataObj
)
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.
Tip
Use the getCovariateData
method to view
the covariate data when writing equations for the Expression
property
of a CovariateModel
object.
Version History
Introduced in R2011b