Usage
## S3 method for class 'mnlm':
plot(x, covar=NULL, v=NULL, cat=NULL, delta=0.05, xlab=NULL, ylab=NULL,...)
Arguments
x
An output object from the mnlm
function.
covar
The covariate direction to plot. Defaults to 1.
v
Optional argument for the fitted reduction to be plotted against (if, e.g., you
wish to plot against unnormalized response).
cat
An optional category in 1:(ncol(fit$X))
. If specified, plot the
conditional bound and likelihood functions for that category around
the converged solution.
delta
Optional argument for the delta used by the bounding function (and plot xlim
) when cat
is specified.
Defaults to 0.05.
xlab
The x-axis label; will be automatically set if NULL.
ylab
The y-axis label; will be automatically set if NULL.
...
Additional plot
arguments