| Contents | Index |
Note PKCovariateModel has been removed. Use CovariateModel object instead. |
PKCovariateModel defines the relationship between estimated parameters and covariates. Use PKCovariateModel methods to get the FEGroupDesign matrix and to get and set initial estimates for fixed effects.
obj = PKCovariateModel creates an empty PKCovariateModel object.
obj = PKCovariateModel(exp) creates a PKCovariateModel object with its Expression property set to exp.
| getFEGroupDesign (covmodel, modelmap, data) | Create design matrix needed for fit |
| getInitialEstimate (covmodel, modelmap, data) | Create initial estimate vector needed for fit |
| setInitialEstimate (covmodel, modelmap, data) | Update covariate model to use new initial estimates |
| verify (covmodel, modelmap, data) | Run error checks on expression values |
| Expression (PKCovariateModel) | Define the relationship between parameters and covariates |
Create a PKCovariateModel object and define the relationship between parameters and covariates.
covModel = PKCovariateModel
covModel.Expression = {'CL = 2 + 3*WT' 'V = 3.4 + 2*AGE'};

See how to analyze, visualize, and model biological data and systems using MathWorks products.
Get free kit| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |