R/rfsrc.news.R

Defines functions rfsrc.news

rfsrc.news <- function(...) {
  newsfile <- file.path(system.file(package="randomForestSRC"), "NEWS")
  file.show(newsfile)
}

Try the RFpredInterval package in your browser

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

RFpredInterval documentation built on March 7, 2023, 7:17 p.m.