View source: R/method-grim-sequence.R
seq_test_ranking | R Documentation |
Run this function after generating a sequence with
seq_endpoint_df()
or seq_distance_df()
and testing it with one of
scrutiny's mapping functions, such as grim_map()
. It will rank the test's
consistent and inconsistent results by their positions in the sequence.
seq_test_ranking(x, explain = TRUE)
x |
Data frame. |
explain |
If |
The function checks the provenance of the test results and throws a warning if it's not correct.
A tibble (data frame). The function will also print an explanation of the results. See examples.
seq_distance_df(.from = "0.00", n = 50) %>%
grim_map() %>%
seq_test_ranking()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.