R/rfsrc.news.R

Defines functions rfsrc.news

Documented in rfsrc.news

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

Try the randomForestSRC package in your browser

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

randomForestSRC documentation built on May 31, 2023, 9:44 p.m.