Main Content

plot

Compare simulation results to the training data, creating a time-course subplot for each group

Description

plot(resultsObj) compares simulation results to the training data, creating a time-course subplot for each group.

plot(resultsObj,'ParameterType',value) uses the individual or population parameter estimates as specified by value. The two choices for value are 'population' or 'individual' (default).

Input Arguments

collapse all

Estimation results, specified as an NLMEResults object, which contains estimation results returned by sbiofitmixed.

Parameter type, specified as a character vector or string which must be one of the following: 'individual' (default) or 'population'.

Version History

Introduced in R2014a