I have a problem that gives me a numeric matrix mxn where m is the number of observations (row) and n the number of variables (column). I need to randomly choose p rows (p < m) without replacement from that array. So I will create a p x n matrix with which I will perform some calculations. How can I do this ??