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

Description Usage Arguments Details Author(s) See Also Examples

View source: R/NominalLogisticBiplot.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 correct classification percentage of each regression, the logLikelihood and "Estimate coefficients", "Std. Error", "z value" or "Pr(>|z|)" values.

Usage

1
2
3
## S3 method for class 'nominal.logistic.biplot'
## S3 method for class 'nominal.logistic.biplot'
summary(object,completeEstim,coorInd,...)

Arguments

object

This parameter keeps the nominal logistic biplot object.

completeEstim

Boolean parameter to choose if the estimated coefficients will be printed on screen.Default value is FALSE.

coorInd

Boolean parameter to choose if the individual coordinates will be printed on screen.Default value is FALSE.

...

Additional parameters to summary.

Details

This function is a method for the generic function summary() for class "nominal.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

NominalLogisticBiplot

Examples

1
2
3
4
data(HairColor)
nlbo = NominalLogisticBiplot(HairColor,sFormula=NULL,
numFactors=2,method="EM",penalization=0.2,show=FALSE)
summary(nlbo)

NominalLogisticBiplot documentation built on May 2, 2019, 6:03 a.m.