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

Description Usage Arguments Details Author(s) See Also Examples

View source: R/OrdinalLogisticBiplot.r

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

1
2
3
## S3 method for class 'ordinal.logistic.biplot'
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.

Author(s)

Julio Cesar Hernandez Sanchez, Jose Luis Vicente-Villardon

Maintainer: Julio Cesar Hernandez Sanchez <juliocesar_avila@usal.es>

See Also

OrdinalLogisticBiplot

Examples

1
2
3
4
data(LevelSatPhd)
olbo = OrdinalLogisticBiplot(LevelSatPhd,sFormula=NULL,numFactors=2,
method="EM",penalization=0.2,show=FALSE)
summary(olbo)

OrdinalLogisticBiplot documentation built on May 2, 2019, 3:35 p.m.