R/summary.iita.r

Defines functions summary.iita

Documented in summary.iita

summary.iita<-function(object, ...){
cat("\n \t Inductive Item Tree Analysis\n")
cat("\nAlgorithm:")
if(object$v == 1){cat(" minimized corrected IITA\n")}
if(object$v == 2){cat(" corrected IITA\n")}
if(object$v == 3){cat(" original IITA\n")}
cat("diff values:",round(object$diff, digits = 3), " ")
cat("\nquasi order: ")
print(object$implications)
cat("error rate: ")
write(round(object$error.rate, digits= 3 ), "")
cat("index in the selection set: ")	
write(object$selection.set.index, "")
}

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.