Main Content

plotResiduals

Plot the residuals for each response, using the time, group, or prediction as the x-axis

Description

plotResiduals(resultsObj,type) plots the residuals for each response, using the time, group, or predictions as the x-axis as specified by the argument type.

Input Arguments

collapse all

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

X-axis option for the residual plot, specified as a character vector or string which must be one of the following: 'Time', 'Group', or 'Predictions'.

Version History

Introduced in R2014a