| Contents | Index |
Note The Expression property of the PKCovariateModel object has been removed. Use the Expression property of the CovariateModel object instead. |
Specify the Expression property as a string or array of strings in the form:
parameterName = relationship
For example, the following syntax expresses the relationship between volume and weight:
PKCovModelObj.Expression = {'Central = 1*exp(0*weight)'};Use the verify and getFEGroupDesign methods to check that the expression you set meets the following conditions:
parameterName represents a parameter being estimated.
Only one string exists per parameter.
The relationship is valid MATLAB code.
The relationship refers only to covariates.
The relationship is linear, power, or exponential.
| Applies to | Object: PKCovariateModel |
| Data type | string or cell array of strings |
| Data values | parameterName = relationship |
| Access | Read/write |

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 |