# NOT RUN {
## A quantitative example with the famous bulls eye model
data(bullsEye)
## estimate model
model <- kmm( data=bullsEye, nbCluster=2:3, models= "kmm_pk_s")
## get summary
summary(model)
## use graphics functions
# }
# NOT RUN {
plot(model)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab