brainhack-school2020 / dnmacdon_ASD_multisite_smri

Creative Commons Zero v1.0 Universal
1 stars 3 forks source link

Comparing results by platform #4

Open dnmacdon opened 4 years ago

dnmacdon commented 4 years ago

@rmarkello As a part of this project, I may end up rerunning some linear model and effect size calculations in Python that I previously ran in R. I would expect to see exactly the same results, but if I don't, any suggestions on metrics that I could use to evaluate how similar the results are?

rmarkello commented 4 years ago

Hi @dnmacdon ! As you said, you should be able to get exactly the same results for most simple linear models + effect size calculations. If you don't I think I would recommend spending some time understanding why (and resolving those issues) rather than trying to quantify the differences.

Things to watch out for are e.g., differences in calculation of population versus sample standard deviation (Python generally defaults to population whereas other languages will often use sample—I'm not sure about R). If you get differences and aren't sure where they're coming from, let me know and I'd be happy to dig into it with you!