R/print.R

Defines functions print.CERFIT

#' @export
print.CERFIT <- function(x,...){
  cat(paste("Numer of Trees:",length(x$randFor),"\n"))
  cat(paste("Treatment Type:",x$trt.type, "\n"))
  cat(paste("Response Type:",x$response.type))
}
# CapStr <- function(y) {
#   c <- strsplit(y, " ")[[1]]
#   paste(toupper(substring(c, 1,1)), substring(c, 2),
#         sep="", collapse=" ")
# }

Try the CERFIT package in your browser

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

CERFIT documentation built on June 1, 2022, 5:07 p.m.