Skip to content
Prev 378306 / 398502 Next

calculating quintile values of numeric data?

Also quantile() and cut(). The only tricky part is making sure the minimum and maximum values are included.
y
 1  2  3  4  5 
20 20 20 20 20
z
 1  2  3  4  5 
20 20 20 20 20

----------------------------------------
David L Carlson
Department of Anthropology
Texas A&M University
College Station, TX 77843-4352


-----Original Message-----
From: R-help <r-help-bounces at r-project.org> On Behalf Of Jeff Newmiller
Sent: Wednesday, January 23, 2019 1:00 AM
To: r-help at r-project.org; Kelly Thompson <kt1572757 at gmail.com>
Subject: Re: [R] calculating quintile values of numeric data?

?range
?findInterval
On January 22, 2019 6:54:14 PM PST, Kelly Thompson <kt1572757 at gmail.com> wrote: