Matthew Gwynne <mathew.gwynne <at> gmail.com> writes: > > Hi, > > Are there any special statistical tests, or functions in R I could use > to measure "cone-like" distributions? > > I have several data-sets, which I've been plotting parts of as 2D > plots, where I get a "cone-like" distribution of the data points. > That is, the data appears to be bounded by two non-parallel lines, > starting at the origin, giving rise to a "cone-like" appearance.
You may be interested in quantile regression. Roger Koenker, who has developed a lot of the basic methodology for quantile regression, is also the author of the quantreg package (which comes with a fairly thorough vignette IIRC). ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.