WillemSleegers / tidystats-v0.3

R package to produce a tidy output file of statistical models.
Other
22 stars 2 forks source link

Set type automatically #1

Closed arnoudplantinga closed 7 years ago

arnoudplantinga commented 7 years ago

If "type" refers to the type of the test, shall we add it automatically? For example, for tidystats.htest I use type = "t-test".

WillemSleegers commented 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?

arnoudplantinga commented 7 years ago

Yeah, maybe we should keep type for that parameter, and add a variable test or modeltype to indicate what kind of test was performed?