Test Set Availability
has_test_set-methods.Rd
Determine whether the object contains a separate test set.
Examples
ds <- gen_sample_dataset(D = c(4, 4, 4), nobs = 10, external_test = TRUE)
#> external test
has_test_set(ds$design)
#> [1] TRUE
has_test_set-methods.Rd
Determine whether the object contains a separate test set.
ds <- gen_sample_dataset(D = c(4, 4, 4), nobs = 10, external_test = TRUE)
#> external test
has_test_set(ds$design)
#> [1] TRUE