summary.nominal.logistic.biplot:
Summary Method Function for Objects of Class 'nominal.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 correct
classification percentage of each regression, the logLikelihood and
"Estimate coefficients", "Std. Error", "z value" or "Pr(>|z|)" values.
Usage
## 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.