Entering edit mode
9.8 years ago
susannadowning
▴
10
Hi, I'm hoping someone might be able to help. Is there a simple way in R to calculate Z prime or Z factor vs traditional Z score? I would like to do this for affy data, but only have 4 total samples in my set. Also I have previously been using R-commander for simple statistics- (t-test, anova, Z). I am not very familiar with R, but if I keep the code that commander is running can I just copy and paste directly into R the next time?
Some R trivia: the
scale
function does this for a vector, or down the columns of a matrix.