Publications by Matt Asher
Can pregnant women intuit the sex of their children?
“So let’s start with the fact that the study had only 100 people, which isn’t nearly enough to be able to make any determinations like this. That’s very small power. Secondly, it was already split into two groups, and the two groups by the way have absolutely zero scientific basis. There is no theory that says that if I want a girl or if ...
4708 sym R (354 sym/1 pcs) 2 img
Random samples in JS using R functions
For a JavaScript-based project I’m working on, I need to be able to sample from a variety of probability distributions. There are ways to call R from JavaScript, but they depend on the server running R. I can’t depend on that. I need a pure JS solution. I found a handful of JS libraries that support sampling from distributions, but nothing th...
1809 sym