Learn R Programming

OrdinalLogisticBiplot (version 0.4)

summary.ordinal.logistic.biplot: Summary Method Function for Objects of Class 'ordinal.logistic.biplot'

Description

This function shows a summary of the principal results for the estimation for individuals and variables, like some Pseudo R-squared indices, the percent of correct classifications for each regression, the logLikelihood and "Estimate coefficients", "Std. Error", "z value" or "Pr(>|z|)" values.

Usage

"summary"(object,data = FALSE,rowCoords = FALSE, coefs = FALSE,loadCommun = FALSE,...)

Arguments

object
This parameter keeps the ordinal logistic biplot object
data
Boolean parameter to show the number of observations. Default value is FALSE.
rowCoords
Boolean parameter to show the coordinates of the individuals. Default value is FALSE.
coefs
Boolean parameter to show the coefficients of the object. Default value is FALSE.
loadCommun
Boolean parameter to show the factor loadings and communalities. Default value is FALSE.
...
Additional parameters to summary.

Details

This function is a method for the generic function summary() for class "ordinal.logistic.biplot". It can be invoked by calling summary(x) for an object x of the appropriate class.

See Also

OrdinalLogisticBiplot

Examples

Run this code
data(LevelSatPhd)
olbo = OrdinalLogisticBiplot(LevelSatPhd,sFormula=NULL,numFactors=2,
method="EM",penalization=0.2,show=FALSE)
summary(olbo)

Run the code above in your browser using DataLab