When using nlmer:
nlmer(velocity~musclemass+musclewidth+(1|muscletype)+(1|observer))
the error:
Error in nlformula(mc <- match.call()) : is.numeric(nlpars <- start$nlpars) is not TRUE
arises. What could be wrong with my model?
I did not include a Nonlin(...) part. I tried including this by pasting ~ SSlogis(musclemass, 1, 2, 2) directly after velocity, but still the error arises.