Skip to content
Prev 217426 / 398498 Next

Is it ok to apply the z.test this way?

On Apr 16, 2010, at 3:39 PM, Atte Tenkanen wrote:

            
You can use density estimation if you are willing to ignore the  
sequence information in your data, as it appears you desire at this  
point. (I suggested offlist that you use a time series framework.)

?density
?denityplot

Also look into the quantile function. After calculating 5% and 95%  
quantiles, you could offer the results to the abline function.