This function plots either the coefficient path, the AIC, or the log-likelihood for a fitted countgmifs object.
# S3 method for countgmifs
plot(x, type = "trace", xlab = NULL, ylab = NULL,
main = NULL, ...)a countgmifs object.
default is "trace" which plots the coefficient path for the fitted object. Also available are "AIC", "BIC", and "logLik".
a default x-axis label will be used which can be changed by specifying a user-defined x-axis label.
a default y-axis label will be used which can be changed by specifying a user-defined y-axis label.
a default main title will be used which can be changed by specifying a user-defined main title.
other arguments.
See Also countgmifs, coef.countgmifs, summary.countgmifs, predict.countgmifs