R/print.mpcv.R

Defines functions print.mpcv

Documented in print.mpcv

print.mpcv <- function(x, ...)
{
  cat(paste("Cpv: ", sprintf("%3d", x$CpV), "%\n", sep=""))
  cat(paste(" PS: ", sprintf("%3d", x$PS), "%", sep="")) 
  cat("  variable: ",x$PSvar , "\n") 
  cat(paste(" PD: ", sprintf("%3d", x$PD), "%", sep=""))
  cat("  variable: ", x$PDvar, "\n") 
  
}

Try the mpcv package in your browser

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

mpcv documentation built on May 2, 2019, 8:50 a.m.