# Setup data and time
data = example.data$data
time = example.data$time
# Run step1measures and step2factors
s1 = step1measures(data,time, ID=TRUE)
s2 = step2factors(s1)
# Display factors
head(s2$factors)
# The next step would be to run "step3clusters"Run the code above in your browser using DataLab