Displaying 1 result from an estimated 1 matches for "y_12".
Did you mean:
y_1
2010 Aug 25
2
Problem with clusterCall, "Error in checkForRemoteErrors(lapply(cl, recvResult)) : "
...eckForRemoteErrors(lapply(cl, recvResult)) :
4 nodes produced errors; first error: could not find function "ui.Next"
The data is a longitudinal data with few repeated readings on a number of
individuals. However, the response is organised in a vector rather than a
matrix. E.g. (y_11 , y_12 , y_13 , y_14 , y_21 , y_22 , ... , y_n1 , ... ,
y_nTn )^T
X , Z are covariates.
beta is a matrix of coefficients associated with X
C is the latent class membership indicator
sigma.sq is the diagonal elements of the covariance matrix of u, which is a
random effect parameter and the one I am try...