## S3 method for class 'hlme':
plot(x,\dots)
## S3 method for class 'lcmm':
plot(x,\dots)
## S3 method for class 'Jointlcmm':
plot(x,\dots)
hlme
, lcmm
or Jointlcmm
, representing respectively a fitted latent class linear mixed model, a more general latent class mixed model or a joint latent class modelhlme
, lcmm
, Jointlcmm
data(data_hlme)
m<-lcmm(Y~Time*X1,mixture=~Time,random=~Time,classmb=~X2+X3,
subject='ID',ng=2,data=data_hlme)
plot(m)
Run the code above in your browser using DataLab