R/print.rmatrain.R

Defines functions print.rmatrain

Documented in print.rmatrain

print.rmatrain <-
function(x, ...) {

  cat("RMA-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.