[R] displaying derived coefficients in lm

2011-05-11 Thread James Lawrence
real help to see all the coefficients. Thanks in advance James Lawrence. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide comment

Re: [R] Identify duplicate numbers and to increase a value

2011-01-20 Thread James Lawrence
x [1] 1.01 1.02 2.01 2.02 2.03 3.01 3.02 4.01 1.03 1.04 2.04 4.02 Hope that helps James Lawrence On Thu, 2011-01-20 at 08:00 -0800, Joshua Wiley wrote: > Hi John, > > If you only have one duplicated number (e.g., just 2), then this will work: > > x <- c(1,2,3,5,6,2,8,9,2,2

[R] det(X,log=TRUE)

2011-01-19 Thread James Lawrence
ked at the code for det, I see it supplies its own argument to determinant()) so is it not possible to return this error? I guess it is something to do with the way "..." behaves. Alternatively, is there a way for me to set up R so that it will tell me if arguments to functions with "..