Skip to content

(no subject)

6 messages · R. Michael Weylandt, Jorge I Velez, Jeff Newmiller +1 more

#
Take a look at the quantile function. You can view help by typing
?quantile at the prompt and get interactive examples by typing
example(quantile)

Michael
On Wed, May 2, 2012 at 7:42 PM, Drew Duckett <dduckett32 at gmail.com> wrote:
#
This is the R-help list, not the do-your-work-for-you list. Please read the Posting Guide and:

- use the approved support resources within your educational institution until you finish your class
- use a sensible subject line
- provide a self-contained example, at least showing how far you got before you got stuck
- don't reinvent the wheel (once you have completed your class)
---------------------------------------------------------------------------
Jeff Newmiller                        The     .....       .....  Go Live...
DCN:<jdnewmil at dcn.davis.ca.us>        Basics: ##.#.       ##.#.  Live Go...
                                      Live:   OO#.. Dead: OO#..  Playing
Research Engineer (Solar/Batteries            O.O#.       #.O#.  with
/Software/Embedded Controllers)               .OO#.       .OO#.  rocks...1k
--------------------------------------------------------------------------- 
Sent from my phone. Please excuse my brevity.
Drew Duckett <dduckett32 at gmail.com> wrote:

            
#
quantile(myvec, 0.9)

See ?quantile for the 9 different empirical quantile methods provided.

Michael
On Thu, May 3, 2012 at 2:20 PM, Drew Duckett <dduckett32 at gmail.com> wrote: