tests/testthat/test-RandomForestModel.R

test_that("RandomForestModel returns correct class.", {
  expect_type(RandomForestModel(SplitRatio = 0.8, CV = 2, NTree = 10, NCores = 1, NewData = NULL), "list")
})

Try the MBMethPred package in your browser

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

MBMethPred documentation built on Sept. 18, 2023, 5:13 p.m.