R/summary.kunfolding.R

Defines functions summary.kunfolding

Documented in summary.kunfolding

#'S3 methods for kunfolding
#'
#'Summary methods for objects of class \code{kunfolding}
#'
#'@param object An object of the class "kunfolding"
#'@param \dots not used
#'
#'@return it shows the summary of the Kemeny equivalent augmented unfolding
#'
#'
#'@export
#'

summary.kunfolding <- function(object,...){
  #object is of the class "kunfolding"
  print(object)
  
}

Try the ConsRankClass package in your browser

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

ConsRankClass documentation built on June 8, 2025, 10:33 a.m.