I am running a Random Coefficient Mixed Model in R
using lme
in {lme4}
. I had to transform my dependent variable by square-root because of problems of uniqual variance of the errors. However, with this formulation of the DV, the interpretation of my coefficients' predictors becames quite tricky.
- Fitting a Non-Linear Mixed Model with
nlme
of the homonimous package inR
would be a solution? - Can someone help setting up the code for my case? I do not really
get the meaning and the use of the argument
start =
.