get_ranking_and_test_results {celaref} | R Documentation |
Internal function to get reference group similarity contrasts for an individual query qroup.
get_ranking_and_test_results(de_table.ref.marked, the_test_group, the_test_dataset, the_ref_dataset, num_steps, pval = 0.01)
de_table.ref.marked |
|
the_test_group |
The group to calculate the stats on. |
the_test_dataset |
|
the_ref_dataset |
|
num_steps |
|
pval |
For use by make_ref_similarity_names_using_marked, see that function for parameter details. This function just runs this for a single query group the_test_group
Table of similarity contrast results/assigned names e.t.c for a single group. Used internally for populating mwtest_res_table tables.
make_ref_similarity_names_using_marked
which calls this.