PKData
Define roles of dataset columns
Description
The properties of the PKData object specify what each column in
      the data represents. 
The PKData object specifies which columns in the data set represent the
      following: 
- The grouping variable 
- The independent and dependent variables 
- The dose 
- The rate (only if infusion is the dosing type) 
- The covariates 
This information is used by the fitting functions,
        sbionlmefit and sbionlinfit.
The PKData class is a subclass of the hgsetget
      class, which is a subclass of the handle class. For more information on the
      inherited methods, see hgsetget and handle.
Creation
Syntax
Description
PKDataObj = PKData(data)PKData object from an input data.
Input Arguments
Properties
Object Functions
| delete | Delete SimBiology object | 
| display | Display summary of SimBiology object | 
| get | Get SimBiology object properties | 
| getCovariateData | Create design matrix needed for fit | 
| set | Set SimBiology object properties | 
Version History
Introduced in R2009a