search for: _mean

Displaying 3 results from an estimated 3 matches for "_mean".

Did you mean: mean
2009 Jul 14
2
hi friends, is there any wait function in R
...t;KK","KR","KH","RR","RH","HH") for(t in 1:length(s)) { a<-read.table(paste("../All_alpha_proteins/alp",s[t],"mean.sat",sep=""),header=T) attach (a) names(a) al<-1:length(paste("alp",s[t],"_mean",sep="")) b<-read.table(paste("../All_beta_proteins/bet",s[t],"mean.sat",sep=""),header=T) attach(b) names(b) bl<-1:length(paste("bet",s[t],"_mean",sep="")) p<-read.table(paste("../Alpha_and_beta_proteins_...
2009 Jun 29
5
Help
HiĀ group, I found a module for adaptive kernel density estimation for Stata users, but unfortunetly I don't have access to Stata, can I find a similar approach using R? Thank u so much 4 ur time. [[alternative HTML version deleted]]
2010 Feb 10
1
mean calculation within dataframe corrupted
Dear R-helpers, my little function below calculates the group score (tmpGroupMean) of an item, appends a "_mean" on its name and stores its value on this name. However, it does not calculate the mean of these scores (LVMean) in the same row correctly, as you can see in the below output which strangely also contains NAs. What is wrong?? Thanks for any hint!!! ###### ## start groupMeanForAllItems <-...