tests/testthat/test-pls.R

test_that("pls works", {
  data("freelive2")
  data("mosquito")

  #### the object needs to have the same length

  expect_error(
  pls(XRVIP2,
      Yotu)
  )



})

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.