This function will plot predictions obtained from an SaemixModel object over a given range of X. Additional predictors may be passed on to the function using the predictors argument.
# S4 method for SaemixModel
plot(x, y, range = c(0, 1), psi, predictors, ...)
an SaemixData object or an SaemixSimData object
unused, present for compatibility with base plot function
range of X over which the model is to be plotted
parameters of the model
additional predictors needed to pass on to the model
additional arguments to be passed on to plot (titles, legends, ...)