WillemSleegers / tidystats-v0.3

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

List of analyses we should support: #38

Open WillemSleegers opened 7 years ago

WillemSleegers commented 7 years ago

Let's make a list here of analyses we should support.

Model comparison

Regression

Multilevel

Tests of Independence

Multiple comparisons

Nonparametric Tests of Group Differences

Reliability

Metafor (meta-analysis)

BAYES!

emmeans

WillemSleegers commented 7 years ago

Implemented a version of anova(). I tested it on lm models and lme4 models, but will probably break with other models.

WillemSleegers commented 6 years ago

Added support for chi-square and wilcox. =)

Scott-S-Hannah commented 4 years ago

Hi Willem,

Curious whether you're still developing support for emmeans? With numerous multiple comparisons it would be a fantastic help to avoid misreporting.

WillemSleegers commented 4 years ago

Hey Scott, I'm still planning to add support for it (although not at this repository anymore). It looks pretty easy to do.

Do you have any examples of how you would report the emmeans results? That way I could definitely already code in support for those exact tests/reports.