Displaying 1 result from an estimated 1 matches for "tp19828546p19828546".
2008 Oct 05
1
Sample mean in R
...bar[i]<-mean(x)
muhat[i]<-mean(x^(-1/2))
}
cat("Estimated mean of xbar:",mean(xbar),"\n")
cat("Estimated mean of muhat:",mean(muhat),"\n")
Any help would be greatly appreciated.
--
View this message in context: http://www.nabble.com/Sample-mean-in-R-tp19828546p19828546.html
Sent from the R help mailing list archive at Nabble.com.