tests/testthat/test-data.R

test_that("example_nested_data is valid", {
  expect_lt(
    length(unique(example_nested_data$id)),
    nrow(example_nested_data) / 10
  )
})

Try the nestedmodels package in your browser

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

nestedmodels documentation built on Sept. 30, 2023, 5:06 p.m.