Dear Rui,
Thank you so much. Yes, that function is what I wanted.
I will make sure I post a data example for the next time.
Thank you for your help again.
Bests,
Seungyeul
On Jun 7, 2012, at 12:50 PM, Rui Barradas wrote:
> Hello,
>
> You should post a data example, like the posting guide sa
Hello,
You should post a data example, like the posting guide says. If your
dataset is large, use something like
dput(head(dat, 20)) # paste the output of this in your post.
where 'dat' is your dataset.
Now, try
# make up some data
set.seed(12)
dat <- matrix(c(sort(rnorm(10)), sample(let
2 matches
Mail list logo