> d <- 1:4
> f <- c(2,3,3,1)
> rep(d,f)
[1] 1 1 2 2 2 3 3 3 4


On Sat, Jul 10, 2010 at 10:55 PM, nn roh <nn.r...@gmail.com> wrote:
> Hi,
>
> I have a question relating to R package
>
> If i  have the frequencies of data   how i can get the data  as following :
>
> 1 2 3 4      data
> 2 3  3 1      frequency
>
> Which command i can use to get the data set in the above example should be
>    1 1  2 2 2 3 3 3  4
>
>
> Thanks
> Nada
>
>        [[alternative HTML version deleted]]
>
> ______________________________________________
> 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.
>

______________________________________________
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.

Reply via email to