tests/testthat/test-getVar.R

test_that("getVar works", {


  #### Only models run by elastic net will use the get Var function
  expect_error(
  regrModel<-getVar(regrModel)
  )
  expect_error(
    MLModel<-getVar(MLModel)
  )
})

Try the MUVR2 package in your browser

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

MUVR2 documentation built on Sept. 16, 2024, 9:06 a.m.