-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Hello @lindeloev!
Following up from lindeloev/tests-as-linear#16, the port is ready for you to take a look - any feedback you have would be fantastic! You can view the page here: https://eigenfoo.xyz/tests-as-linear/.
Some specific notes for you:
-
Your cheatsheets are licensed under CC-BY 4.0. Can I assume that the entire R post is similarly licensed? I've gone ahead and licensed this project the same way, citing your post as the source work.
-
I've learnt that the Python statistics ecosystem really doesn't compare to R!
scipyandstatsmodelsdon't support:
a. Two-way ANOVA
b. ANCOVA
c. One-way ANOVAs on GLMs
I've just left these code snippets un-ported, with appropriate warning boxes. -
I haven't ported your simulations/appendices - hopefully somebody else will pick up Port appendices/simulations to Python #14.
-
I'm not sure about how to implement Welch's t-test with a linear model: you don't go into details about how to do that in your original post. Do you know of anywhere I can read up on that?