R/print.qunormtrain.R

Defines functions print.qunormtrain

Documented in print.qunormtrain

print.qunormtrain <-
function(x, ...) {
    
  cat("Quantile normalized data with documentation by value.", "\n")
  cat(paste("Number of observations: ", nrow(x$xnorm), sep=""), "\n")
  cat(paste("Number of variables: ", ncol(x$xnorm), sep=""), "\n")
   
}

Try the bapred package in your browser

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

bapred documentation built on June 22, 2022, 9:08 a.m.