dot-choose_subject_with_best_p_value_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 traces the best parents for a set of subjects to be removed back to the first level. Note that the subject indices may not be unique: ones that occur in more configurations may be listed multiple times.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
.choose_subject_with_best_p_value_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.