| test_compare_stacked_to_original_data | R Documentation |
...
test_compare_stacked_to_original_data(data, stacked_data, pairs)
data |
data.frame with original data in long format |
stacked_data |
the list of data.frames returned by stack_data() |
pairs |
A character matrix with the pairs, returned from the make_pairs function |
Prints a list with assertions. All should return TRUE. Otherwise something went wrong.
## Not run: model_info <- test_input_datatypes(data = df, pairs = pairs, stacked_data=df_stacked) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.