Displaying 1 result from an estimated 1 matches for "tp25672027p25672027".
2009 Sep 29
1
Interesting function in a function problem....
...ot;A","B"), fc = c(0.75, 0.85))
Mean <- tapply(data$value,data$group, mean)
StErr <- tapply(data$value,data$group, function(x) ( var(x)/length(x) )^0.5
) #no fc yet
--
View this message in context: http://www.nabble.com/Interesting-function-in-a-function-problem....-tp25672027p25672027.html
Sent from the R help mailing list archive at Nabble.com.