plot.ordinalgmifs: Plot Solution Path for Ordinal GMIFS Fitted Model.

plot.ordinalgmifsR Documentation

Plot Solution Path for Ordinal GMIFS Fitted Model.

Description

This function plots either the coefficient path, the AIC, or the log-likelihood for a fitted ordinalgmifs object.

Usage

## S3 method for class 'ordinalgmifs'
plot(x, type = "trace", xlab=NULL, ylab=NULL, main=NULL, ...)

Arguments

x

an ordinalgmifs object.

type

default is "trace" which plots the coefficient path for the fitted object. Also available are "AIC", "BIC", and "logLik".

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.

Value

No return value, called for side effects

Author(s)

Kellie J. Archer

See Also

See Also ordinalgmifs, coef.ordinalgmifs, summary.ordinalgmifs, predict.ordinalgmifs


ordinalgmifs documentation built on May 31, 2023, 6:31 p.m.