Re: [R] error in "ca.jo"

2013-12-25 Thread John Sorkin
Please, everyone civility is a positive virtue J Sent from my iPhone > On Dec 25, 2013, at 7:11 PM, "Jeff Newmiller " > wrote: > > Out of context, I would agree with you. However, I stand behind it as regards > the original question... the OP should have had no trouble recognizing what > the

Re: [R] error in "ca.jo"

2013-12-25 Thread Jeff Newmiller
Out of context, I would agree with you. However, I stand behind it as regards the original question... the OP should have had no trouble recognizing what the error message meant and what to do about it if they were even somewhat familiar with the applicable theory (differential equations), and t

Re: [R] error in "ca.jo"

2013-12-25 Thread Andrew Robinson
I respectfully disagree. Taken out of context, this would be simply snark. Indeed, even in context, ... Cheers, Andrew On Thu, Dec 26, 2013 at 8:38 AM, Rolf Turner wrote: > On 25/12/13 06:23, Jeff Newmiller wrote: > > > >> In short, if you ask us why one divided by zero doesn't give 3, w

Re: [R] error in "ca.jo"

2013-12-25 Thread Rolf Turner
On 25/12/13 06:23, Jeff Newmiller wrote: In short, if you ask us why one divided by zero doesn't give 3, we have to wonder if you don't belong in some other educational forum. Fortune! cheers, Rolf Turner __ R-help@r-project.org

Re: [R] Erroneous Column Removing Result From User-Defined Function.....

2013-12-25 Thread Jeff Newmiller
You have pasted together a string, and are now trying to treat it as a data frame? I am not surprised at this error message. Please take heed of this warning: you are in Circle 6 of the R Inferno [1], and would benefit greatly from learning to put your multiple-but-similarly-structured data in

[R] Erroneous Column Removing Result From User-Defined Function.....

2013-12-25 Thread Levent TERLEMEZ
Dear Users, I have a little problem with user-defined function. I would like to remove columns from a data frame using a user-defined function but i am getting a "Error in ad[, -12] : incorrect number of dimensions” error. The "ad<-ad[,-12]” and similar commands work from R console but i couldn

Re: [R] Fitdistr and mle

2013-12-25 Thread Ben Bolker
Tia Borrelli yahoo.it> writes: > Thanks for answering, in ret i've the returns of FTSE MIB (the > benchmark stock market index in Italy) and i'm estimating the > parametres of the distribution of the returns of the index using > different methods.  OK, but this still isn't a *reproducible* ex

Re: [R] Categorial data analysis

2013-12-25 Thread David Winsemius
This is not a statistics tutorial service. This is information that should be in any introductory text on the use of R. You are expected to do more self-study. Please read the Posting Guide. -- David. On Dec 25, 2013, at 12:58 AM, Guy Rotem wrote: > Hi, > I want to analysis the effect of two c

Re: [R] x-axis value in boxplot

2013-12-25 Thread David Winsemius
On Dec 24, 2013, at 9:02 PM, Kochikkaran Musammilu wrote: > Hai, > > I > am new to „R‰ software. > > I have a doubt, while doing analysis, > keeping the x axis value as year, in graphical representation (ie, in > boxplot) the values comes as "X2005", and "X2006" > and so on in x axis. How to k

[R] Categorial data analysis

2013-12-25 Thread Guy Rotem
Hi, I want to analysis the effect of two continuous independent variables (rain and slope) on a categorical dependent variable (soil type). Do you know how doing it? Many Thanks -- Guy Rotem Department of Life Sciences ,The Spatial Ecology Lab Postdoctoral fellow at Conservation Evidence Ben Gur

[R] x-axis value in boxplot

2013-12-25 Thread Kochikkaran Musammilu
Hai, I am new to “R” software. I have a doubt, while doing analysis, keeping the x axis value as year, in graphical representation (ie, in boxplot) the values comes as "X2005", and "X2006" and so on in x axis. How to keep "2005", "2006" as x axis value instead of "X2005" and "X2006". In gist, t

Re: [R] unique mismatch in R and Excel

2013-12-25 Thread Barry Rowlingson
We answered this on StackOverflow already. Excel was doing case-insensitive duplicate matching. http://stackoverflow.com/questions/20759346/counting-unique-values-in-r-and-excel/20759523#20759523 Barry On Tue, Dec 24, 2013 at 5:43 PM, David Winsemius wrote: > > On Dec 24, 2013, at 1:08 AM, Kous