Metrics for quantifying genetic cardinality of a trait
It is common to talk about traits being monogenic or polygenic. We say that Sickle-cell disease is monogenic because its heritable variation among humans can be accounted for by a…
It is common to talk about traits being monogenic or polygenic. We say that Sickle-cell disease is monogenic because its heritable variation among humans can be accounted for by a…
My situation is this: I run linux Mint from Windows 8.1 using Virtualbox. I have disabled the numlock (and the other *lock keys) in Windows by rebinding my keyboard using…
This may have some interest. Basically, typologists cannot into statistics and it shows. On the other hand, it means there is a large number of low hanging fruit for someone…
(Broad-strokes modeling of how to think about immigrant performance. Some references are gone because they were written using the Zotero plugin, which I later uninstalled. I have re-added those I…
I often share material on Twitter when I find something interesting. This is the primary purpose of Twitter for me: share and find interesting links. Right now, the process is…
In a recent post, Steve Hsu writes: It's a shame that we don't have a better online platform (e.g., like Quora or StackOverflow) for discussing scientific papers. This would allow…
There is a question on SO about this: http://stackoverflow.com/questions/4752275/test-for-equality-among-all-elements-of-a-single-vector But I was a bit more curious, so! #test data, large vectors v1 = rep(1234, 1e6) v2 = runif(1e6) #functions to…
Recently, I wrote a function called copy_names(). It does what you think and a little more: it copies names from one object to another. But it can also attempt to…
This was an exchange between researchers that took place in 2006 in the academic journal Intelligence (34). Templer, D. I., & Arikawa, H. (2006). Temperature, skin color, per capita income,…
Usually working with large public datasets requires that one recode variables. This can be quite repetitive. When variables only have a few possible values, one can use something like plyr's…