R/print.Ordinal.Logistic.Biplot.R

Defines functions print.Ordinal.Logistic.Biplot

print.Ordinal.Logistic.Biplot <- function(x, ...){
  cat(x$Title)
  cat("\nType of Biplot", x$Type)
  cat("\nType of fit : ",x$Fit)
  cat("\nInitial Configuration : ",x$InitialConfiguration)
  cat("\nLog-Likelyhood : ", x$LogLikelihood)
  cat("\nAIC : ", x$AIC)
  cat("\nBIC : ", x$BIC)
  cat("\nNagelkerke pseudo R2 : ", x$Nagelkerke)
}

Try the MultBiplotR package in your browser

Any scripts or data that you put into this service are public.

MultBiplotR documentation built on Nov. 21, 2023, 5:08 p.m.