Re: [R] one problem

2012-08-14 Thread arun
 dat1[[3]][1] #[1] 0.23 A.K. From: nooshin bahar To: R. Michael Weylandt ; smartpink...@yahoo.com Sent: Tuesday, August 14, 2012 5:48 AM Subject: Re: [R] one problem Hello guys I have 5 number ((0.23, 0.56, 0.45, 0.85, 0.7) that I want to generate these

Re: [R] one problem

2012-08-13 Thread R. Michael Weylandt
Hi Nooshin, It's a common enough request, but it's simply not a well defined problem so unless you specify further, we can't help you. (I.e., the information you give doesn't uniquely parameterize a multivariate distribution) With that said, you may want to look at ?sample for basic resampling.