Skip to main content

All Questions

2 votes
2 answers
184 views

How to identify sequences within each leaf from a regression tree?

Using the biofam dataset library(TraMineR) data(biofam) lab <- c("P","L","M","LM","C","LC","LMC","D") biofam.seq <- seqdef(biofam[,10:25], states=lab) head(biofam.seq) Sequence ...
histelheim's user avatar
  • 5,018