Re: [R] A matrix with mixed character and numerical columns

2007-05-31 Thread Ron Michael
Hi Michael, I dont think it is possible. Please see first the definition of a dataframe and matrix - Original Message From: michael watson (IAH-C) [EMAIL PROTECTED] To: r-help@stat.math.ethz.ch Sent: Thursday, May 31, 2007 4:18:11 PM Subject: [R] A matrix with mixed character and

[R] Fw: hierarhical cluster analysis of groups of vectors

2007-05-29 Thread Ron Michael
Hi Rafael, What about multivariate logistic regression? - Forwarded Message From: Rafael Duarte [EMAIL PROTECTED] To: Anders Malmendal [EMAIL PROTECTED] Cc: r-help@stat.math.ethz.ch Sent: Tuesday, May 29, 2007 3:21:11 PM Subject: Re: [R] hierarhical cluster analysis of groups of vectors

Re: [R] intersect more than two sets

2007-04-24 Thread Ron Michael
have u seen ?merge ? - Original Message From: Weiwei Shi [EMAIL PROTECTED] To: R Help R-help@stat.math.ethz.ch Sent: Tuesday, April 24, 2007 10:55:51 PM Subject: [R] intersect more than two sets Hi, I searched the archives and did not find a good solution to that. assume I have 10

Re: [R] Random Forest

2007-04-23 Thread Ron Michael
Dear all R gurus, I am really sorry if my query embraces anyone. Can anyone give me some introductory papers or suggestions about what Random Forest is? Thanks and regards, - Original Message From: Weiwei Shi [EMAIL PROTECTED] To: Ruben Feldman [EMAIL PROTECTED] Cc:

Re: [R] Random Forest

2007-04-23 Thread Ron Michael
Dear all R gurus, I am really sorry if my query embraces anyone. Can anyone give me some introductory papers or suggestions about what Random Forest is? Thanks and regards, - Original Message From: Weiwei Shi [EMAIL PROTECTED] To: Ruben Feldman [EMAIL PROTECTED] Cc:

Re: [R] Problem with ?curve

2007-04-20 Thread Ron Michael
suggestion? Thanks and regards, - Original Message From: Greg Snow [EMAIL PROTECTED] To: Ron Michael [EMAIL PROTECTED]; r-help@stat.math.ethz.ch Sent: Thursday, April 19, 2007 11:03:43 PM Subject: RE: [R] Problem with ?curve Something along these lines is on my todo list for the TeachingDemos

Re: [R] How to return more than one variable from function

2007-04-20 Thread Ron Michael
?list - Original Message From: vinod gullu [EMAIL PROTECTED] To: r-help@stat.math.ethz.ch Sent: Friday, April 20, 2007 5:00:45 PM Subject: [R] How to return more than one variable from function Dera R users, I have written a function which computes variance, sd, r^2, R^2adj etc. But i

Re: [R] Problem with ?curve

2007-04-19 Thread Ron Michael
suggestion? Your help will be highly appreciated. Thanks and regards, - Original Message From: Gabor Grothendieck [EMAIL PROTECTED] To: Ron Michael [EMAIL PROTECTED] Cc: r-help@stat.math.ethz.ch Sent: Wednesday, April 18, 2007 10:08:32 PM Subject: Re: [R] Problem with ?curve Your

[R] Problem with ?curve

2007-04-18 Thread Ron Michael
Dear all R gurus, I have following syntax: y = c(1:10) chippy - function(x) { y[5] = x sin(cos(t(y)%*%y)*exp(-t(y)%*%y/2)) } curve(chippy, 1, 20, n=200) But I am getting error while executing : Error in xy.coords(x, y, xlabel, ylabel, log) :

[R] Regression on two time series

2007-04-11 Thread Ron Michael
Dear all R user, Please forgive me if my question is too simple. My question is related to Statistics rather directly to R. Suppose I have two time series of spot prices of two commodities X and Y for two years. Now I want to see what percentage of spot price of X is explained by Y. Yes