Main Content

covariateModel

Return a copy of the covariate model that was used for the nonlinear mixed-effects estimation using sbiofitmixed

Description

covmodel = covariateModel(resultsObj) returns a copy of the covariate model that was used for the nonlinear mixed-effects estimation using sbiofitmixed.

Input Arguments

collapse all

Estimation results, specified as an NLMEResults object, which contains estimation results from running sbiofitmixed.

Output Arguments

collapse all

Covariate model, returned as a CovariateModel object, that was used for the nonlinear mixed-effects estimation using sbiofitmixed. The model describes the relationship between SimBiology model parameters, fixed effects, random effects, and covariates.

Version History

Introduced in R2014a