R/print.Labeling.R

print.labeling <-
structure(function(x, ...)  
{
  output2 <- x$att.dist
    
  cat("-------------------------------------------\n")
  cat("labeling for ACTCD\n")
  cat(paste(paste("based on", x$label.method, "label method"),"\n"))
  cat("-------------------------------------------\n")
  cat("The distribution of attribute patterns:\n")
  print(output2)
 
}, export = FALSE, S3class = "labeling", modifiers = "public")

Try the ACTCD package in your browser

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

ACTCD documentation built on Nov. 10, 2023, 1:12 a.m.