how to use nlmefit to multilevel regression (mixed effect) model
Mostrar comentarios más antiguos
I have the following data:
X - column vector of n predictor values
Y - column vector of n responses
G - column vector of n values defining group membership in one of g groups
The model to be fitted is
y_ij = b_0 + b_1*.x_i + u_j
The values y_ij are presented in the vector Y for the corresponding values of the vector X.
How can I arrange the calling the nlmefit function, especially FUN parameter.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Data Import and Analysis en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!