R/print.pamCat.R

Defines functions `print.pamCat`

`print.pamCat` <-
function(x,digits=3,...){
	cat("Prediction Analysis of Categorical Data\n\n")
	mat.theta<-x$mat.theta
	mat.theta[,3]<-round(mat.theta[,3],digits)
	print(mat.theta)
}

Try the scrime package in your browser

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

scrime documentation built on May 2, 2019, 10:24 a.m.