Displaying 1 result from an estimated 1 matches for "tf3947281".
Did you mean:
tf3927280
2007 Jun 19
2
Histogram
...larger than 0.05 ans smaller than -0.05
hist (x, seq(-0.1,0.1,0.01),freq = FALSE)
lines (density(x,bw="SJ"), x> 0.05 & x< (-0.05), col = "red")
But is does not work, can anyone give me some advice?
--
View this message in context: http://www.nabble.com/Histogram-tf3947281.html#a11197644
Sent from the R help mailing list archive at Nabble.com.