## The sequences in the actcal data set
## are in the extended format
data(actcal)
head(actcal[,13:24])
seqfcheck(actcal[,13:24])
## The sequences in the famform data set
## are in the compressed format
data(famform)
famform
seqfcheck(famform)
Run the code above in your browser using DataLab