powered by
'>KmmModel
Plotting data from a ['>KmmModel] object using the estimated parameters and partition.
# S4 method for KmmModel plot(x, y, ...)
an object of class ['>KmmModel]
a list of variables to plot (subset). Variables names or indices. If missing all the variables are represented.
further arguments passed to or from other methods
plot
# NOT RUN { ## the bull eyes data set data(bullsEye) model <- kmm( bullsEye, 2, models= "kmm_pk_s") plot(model) # } # NOT RUN { # }
Run the code above in your browser using DataLab