| Contents | Index |
results = sbionlmefitsa(modelObj, pkModelMapObject, pkDataObject, InitEstimates)
results = sbionlmefitsa(modelObj, pkModelMapObject, pkDataObject, CovModelObj)
results = sbionlmefitsa(..., Name,Value)
results = sbionlmefitsa(..., optionStruct)
[results, SimDataI, SimDataP]
= sbionlmefitsa(...)
Note This function requires nlmefitsa in Statistics Toolbox (Version 7.0 or later). |
results = sbionlmefitsa(modelObj, pkModelMapObject, pkDataObject, InitEstimates) performs estimations using the Stochastic Approximation Expectation-Maximization (SAEM) algorithm for fitting population data with the SimBiology model, modelObj, and returns the estimated results in the results structure.
results = sbionlmefitsa(modelObj, pkModelMapObject, pkDataObject, CovModelObj) specifies the relationship between parameters and covariates using CovModelObj, a CovariateModel object. The CovariateModel object also provides the parameter transformation.
results = sbionlmefitsa(..., Name,Value) performs estimations using the SAEM algorithm, with additional options specified by one or more Name,Value pair arguments.
Following is an alternative to the previous syntax:
results = sbionlmefitsa(..., optionStruct) specifies optionStruct, a structure containing fields and values, that are the name-value pair arguments accepted by nlmefitsa. The defaults for optionStruct are the same as the defaults for the name-value pair arguments used by nlmefitsa, with the exceptions explained in Input Arguments.
[results, SimDataI, SimDataP] = sbionlmefitsa(...) returns simulation data of the SimBiology model, modelObj, using the estimated values of the parameters.
modelObject |
SimBiology model object used to fit observed data. | |
pkModelMapObject |
PKModelMap object that defines the roles of the model components used for estimation. For details, see PKModelMap object.
| |
pkDataObject |
PKData object that defines the data to use in fitting and the roles of the columns used for estimation. pkDataObject must define target data for at least two groups. For details, see PKData object.
| |
InitEstimates |
Vector of initial estimates for the fixed effects. The first P elements of InitEstimates correspond to the fixed effects for each of the P elements of pkModelMapObject.Estimated. Additional elements correspond to the fixed effects for covariate factors. The first P elements of InitEstimates are transformed as specified by the ParamTransform name-value pair argument (log transformed by default). For details on specifying initial estimates, see Setting Initial Estimates. | |
CovModelObj |
CovariateModel object that defines the relationship between parameters and covariates. For details, see CovariateModel object. | |
optionStruct |
Structure containing fields and values that are name-value pair arguments accepted by the nlmefitsa function. The defaults for optionStruct are the same as the defaults for the arguments used by nlmefitsa, except for:
|
Optional comma-separated pairs of Name,Value arguments, where Name is the argument name and Value is the corresponding value. Name must appear inside single quotes (''). You can specify several name-value pair arguments in any order as Name1,Value1,…,NameN,ValueN.
The sbionlmefitsa function uses the name-value pair arguments supported by the nlmefitsa function.
These nlmefitsa name-value pair arguments are hard-coded in sbionlmefitsa, and therefore, you cannot set them:
FEParamsSelect
FEConstDesign
FEGroupDesign
FEObsDesign
REConstDesign
REGroupDesign
REObsDesign
Vectorization
If you provide a CovariateModel object as input to sbionlmefitsa, then these nlmefitsa name-value pairs are computed from the covariate model, and therefore you cannot set them:
FEGroupDesign
ParamTransform
REParamSelect
You can set all other nlmefitsa name-value pair arguments. For details on these arguments, see the nlmefitsa reference page.
Be aware that the defaults for these nlmefitsa name-value pair arguments differ when used by sbionlmefitsa:
FEGroupDesign |
Numeric array specifying the design matrix for each group. For details, see Specifying a Nonlinear, Mixed-Effects Model. Default: repmat(eye(P),[1 1 nGroups]), where P = the number of estimated parameters, and nGroups = the number of groups in the observed data. | |
ParamTransform |
Vector of integers specifying how the parameters are distributed. For details, see Specifying Parameter Transformations.
Default: Vector of ones, which specifies all parameters are log transformed. |
results |
Structure containing these fields:
|
SimDataI |
SimData object containing data from simulating the model using the estimated parameter values for individuals. This object includes observed states and logged states. |
SimDataP |
SimData object containing data from simulating the model using the estimated parameter values for the population. This object includes observed states and logged states. |
Model object | nlmefitsa | PKCovariateModel object | PKData object | PKModelDesign object | PKModelMap object | sbiofitstatusplot | sbionlinfit | sbionlmefit | SimData object

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 |