Rev 2 | Blame | Last modification | View Log | Download | RSS feed
\name{quantile}\title{Sample Quantiles}\usage{quantile(x, probs=seq(0, 1, 0.25), na.rm=FALSE)}\alias{quantile}\description{\code{quantile}produces sample quantiles corresponding to thegiven probabilities.The smallest observation corresponds toa probability of 0 and the largest to a probability of 1.}\keyword{univar}