plot.countgmifs {countgmifs} | R Documentation |
Plot Solution Path for a Count GMIFS Fitted Model.
Description
This function plots either the coefficient path, the AIC, or the log-likelihood for a fitted countgmifs
object.
Usage
## S3 method for class 'countgmifs'
plot(x, type = "trace", xlab = NULL, ylab = NULL,
main = NULL, ...)
Arguments
x |
a |
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. |
See Also
See Also countgmifs
, coef.countgmifs
, summary.countgmifs
, predict.countgmifs
[Package countgmifs version 0.0.2 Index]