dot-choose_most_frequently_chosen_subject_from_subject_tuples: Chooses best one(s) of a set of subjects having the best...

Description Usage Value

Description

Used as first parameter of .search_heuristic_with_lookahead. It chooses subject(s) for removal: the most frequently removed one(s); among those, it prefers the one with the lowest p-value, then chooses randomly among the remaining ones.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
.choose_most_frequently_chosen_subject_from_subject_tuples(
  is.in,
  best_sets,
  look,
  condition,
  covariates,
  halting_test,
  thresh,
  tiebreaker,
  props,
  prefer_test,
  max_removed_per_cond,
  max_removed_in_next_step,
  ratio_for_slowdown,
  remove_best_only,
  print_info
)

Value

The table of counts for the chosen indices within is.in.


ldamatch documentation built on May 23, 2021, 5:06 p.m.