--Original Message-
> From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On
> Behalf
> Of Santosh
> Sent: Tuesday, November 27, 2012 11:59 AM
> To: r-help
> Subject: Re: [R] binning by frequency
>
> Thanks for your response.
> Was wondering
rk Lamias
>
> --
> *From:* Santosh
> *To:* r-help
> *Sent:* Tuesday, November 27, 2012 9:59 AM
> *Subject:* [R] binning by frequency
>
> Dear Rxperts,
>
> is there way to identify intervals from continuous data (having some kind
> of
You might find the binning function in the sm package helpful here.
--Mark Lamias
From: Santosh
To: r-help
Sent: Tuesday, November 27, 2012 9:59 AM
Subject: [R] binning by frequency
Dear Rxperts,
is there way to identify intervals from continuous data
Hello,
I'm not sure I ubderstand but,
h <- hist(b1,brea=100)
which.max(h$counts) # max frequency
findInterval(b1, h$breaks)
Hope this helps,
Rui Barradas
Em 27-11-2012 14:59, Santosh escreveu:
Dear Rxperts,
is there way to identify intervals from continuous data (having some kind
of a pa
4 matches
Mail list logo