Learn R Programming

ldamatch (version 1.0.3)

.choose_subject_with_best_p_value_from_subject_tuples: Chooses best one(s) of a set of subjects having the best p-value(s).

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

.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
)

Arguments

Value

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