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.

[R] one problem

2012-08-13 Thread nooshin bahar
Dear Mr/Mrs I need to generate a random data only with (0.23, 0.56, 0.45, 0.85, 0.7) with known mean, SD, correlation length, in a matrix 50*50. I know R coeds but in this case, I could not find to generate only with finite numbers that I have. Please guide me . Best Regards Nooshin [[a

[R] One problem with RMySQL and a query that returns an empty recordset

2010-07-20 Thread Ted Byers
My last query related to this referred to a problem with not being able to store data. A suggestion was made to try to convert the data returned by fitdist into a data.frame before using rbind. That failed, but provided the key to solving the problem (which was to create a data.frame using the va