this is a simple question, but I wasn't able to figure it out myself. 

here is the data frame:

M P Q
1 2 3
4 5 6
7 8 9

M, P, Q each represent a variable

I want to draw 2 random sample from each row separately to create a new data
frame. how can I do it?

thanks!!
-- 
View this message in context: 
http://r.789695.n4.nabble.com/how-to-apply-sample-function-to-each-row-of-a-data-frame-tp3050787p3050787.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
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