| plot.ordinalgmifs | R Documentation |
This function plots either the coefficient path, the AIC, or the log-likelihood for a fitted ordinalgmifs object.
## S3 method for class 'ordinalgmifs'
plot(x, type = "trace", xlab=NULL, ylab=NULL, main=NULL, ...)
x |
an |
type |
default is |
xlab |
a default x-axis label will be used which can be changed by specifying a user-defined x-axis label. |
ylab |
a default y-axis label will be used which can be changed by specifying a user-defined y-axis label. |
main |
a default main title will be used which can be changed by specifying a user-defined main title. |
... |
other arguments. |
No return value, called for side effects
Kellie J. Archer
See Also ordinalgmifs, coef.ordinalgmifs, summary.ordinalgmifs, predict.ordinalgmifs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.