if (FALSE) {
# Setup data
data = example.data$data
# Run step1measures, step2factors and step3clusters with
#a predetermined number of clusters
s1 = step1measures(data, ID=TRUE)
s2 = step2factors(s1)
s3.4clusters = step3clusters(s2, nclust = 4)
# Plot boxplots
plotBoxplotTraj(s3.4clusters)
}
Run the code above in your browser using DataLab