Displaying 1 result from an estimated 1 matches for "o2up".
1997 Dec 19
1
R-beta: a bug in the lm function ?
...y, for checking the need for power transformation. This function
works fine using the version 0.50 of R, but gives an error message
with version 0.60.
The lm function in version 0.60 is different from that in version 0.50.
Is there a bug in the new lm function?
Kung-Sik Chan
> BoxCox(lm(log.O2UP~BOD+TKN+TS+TVS+COD,data=alr222a))
Error in terms.default(formula, data = data) : unused argument to function
> traceback()
[1] "terms.default(formula, data = data)"
[2] "lm(model, ...)"
[3] "...