OnofriAndreaPG / aomisc

Utilities for stat courses
21 stars 7 forks source link

something is broken, R 4.1.1 #8

Open jakeberv opened 2 years ago

jakeberv commented 2 years ago

Running 4.1.1 on MacOS Mojave --

Looks like something is broken. I tried following the advice here https://github.com/OnofriAndreaPG/aomisc/issues/3 but I'm still getting this error when trying to fit an asymptotic model --

> model <- nls(Y ~ NLS.asymReg(X, init, m, plateau) ) Error in (attr(object, "initial"))(mCall = mCall, data = data, LHS = LHS, : unused arguments (control = list(50, 1e-05, 0.0009765625, FALSE, FALSE, 0, FALSE), trace = FALSE)

Any idea what might be going on?

Thanks, Jacob Berv