[R] Error in library(eda) : there is no package called 'eda'

2010-03-15 Thread Peter Lauren
it in the list of packages in the pull-down menu either.   Any assistance with finding this package would be greatly appreciated.   Many thanks in advance, Peter Lauren.   [[alternative HTML version deleted]] __ R-help@r-project.org mailing

[R] Error in lm.fit(

2007-10-03 Thread Peter Lauren
input vectors would give this error message. Also, is there a way to make it so the script keeps running if it gets an error like this? Many thanks in advance, Peter Lauren. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r

Re: [R] Odp: Error in lm.fit(

2007-10-03 Thread Peter Lauren
g if it gets an error like this? > > Maybe ?try. > > You did not reveal much information for anybody to > get you some help. If > you try to construct an artificial example which > anybody can reproduce you > would maybe find what is the problem yourself. > > Regards &g

[R] Extracting Number from Output of Coef()

2007-11-11 Thread Peter Lauren
I obtain the coefficients of a nonlinear function thus. -- m=nls(y ~ a + b*x + c*x^2 + d*x^3 + e*exp(x)+f*log(x)+g*log2(x), start = list(a = 0, b = 1, c = 1, d=1, e=1, f=1, g=1)) c=coef(m) --- However, when I look at