has_test_set | R Documentation |
Determine whether the object contains a separate test set.
has_test_set(obj)
obj |
The object to check for a test set. |
Logical indicating if a test set exists.
ds <- gen_sample_dataset(D = c(4, 4, 4), nobs = 10, external_test = TRUE)
has_test_set(ds$design)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.