Skip to contents

guided_test() provides the same workflow as select_test() but collects the branch settings step by step. In non-interactive use, pass a named list to answers.

Usage

guided_test(data, answers = NULL, run = c("recommend", "run"))

Arguments

data

A data.frame.

answers

Optional named list of answers for non-interactive use.

run

Either "recommend" or "run".

Value

A statsguider_decision object or a statsguider_result object.