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
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
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
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
4 matches
Mail list logo