R/print.pat.r

Defines functions print.pat

Documented in print.pat

print.pat<-function(x, ...){		
cat(x$n, "largest response patterns in the data:", " ")
print(x$response.patterns)
if(is.null(x$states) == FALSE){
cat("\nNumber of times a state occurs in the data:\n")
print(x$states)	
}
}

Try the DAKS package in your browser

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

DAKS documentation built on May 2, 2019, 6:43 a.m.