Explore >> Select a destination


You are here

coornail.net
| | data36.com
15.4 parsecs away

Travel
| | What is correlation and why is it important in data science? How can you calculate it? How to use the .corr() in pandas? Find the answers...
| | aosmith.rbind.io
12.8 parsecs away

Travel
| | Where I discuss simulations, why I love them, and get started on a simulation series with a simple two-group linear model simulation.
| | statsandr.com
13.6 parsecs away

Travel
| | Make the the most correlated variables stand out via a correlogram. See also how to enhance a correlation plot to show significant correlations among variables
| | codeandculture.wordpress.com
91.5 parsecs away

Travel
| A coauthor and I are doing power analyses based on a pilot test and we quickly realized that it's really hard to calculate a power analysis for anything much more exotic than a t-test of means. As I usually do when there's no obvious solution, I decided to just brute force it with a Monte...