Closed arnoudplantinga closed 7 years ago
Sounds good; but we should also have a parameter indicating whether the test is an hypothesis test, manipulation check test, or something else. What shall we use for that?
Yeah, maybe we should keep type
for that parameter, and add a variable test
or modeltype
to indicate what kind of test was performed?
If "type" refers to the type of the test, shall we add it automatically? For example, for tidystats.htest I use
type = "t-test"
.