Learn R Programming

⚠️There's a newer version (0.1.1) of this package.Take me there.

seqhandbook

an R package to complement the handbook on sequence analysis

It provides the datasets used in the examples in the handbook,

as well as functions for :

  • describing episodes in individual sequences (at least one episode, number of episodes, position of the start of the first episode)
  • measuring association between domains in multidimensional sequence analysis
  • heat maps of sequence data
  • Globally Interdependent Multidimensional Sequence Analysis (GIMSA)
  • smoothing sequences for index plots
  • coding sequences for Qualitative Harmonic Analysis
  • measuring stress from MDS factors
  • symmetrical PLS

installation

Execute the following code within R:

if (!require(devtools)){
    install.packages('devtools')
    library(devtools)
}
install_github("nicolas-robette/seqhandbook")

References

Copy Link

Version

Install

install.packages('seqhandbook')

Monthly Downloads

237

Version

0.1.0

License

GPL (>= 2)

Maintainer

Nicolas Robette

Last Published

June 29th, 2020

Functions in seqhandbook (0.1.0)

assoc.domains

Association measures between domains in multidimensional sequence analysis
seq_heatmap

Index plot of sequences ordered according to a dendrogram
seqmsa

Sample of marital, parental and residential sequences
seqgimsa

Sample of mothers and daughters employment histories
seqi1epi

At least one episode in the states
seqmds.stress

Stress measure of multidimensional scaling factors
seqsmooth

Smoothing sequence data
trajact

Sample of employment histories
seqinepi

Number of episodes in each state
seqifpos

First position in each state
seq2qha

Recoding sequences for qualitative harmonic analysis
socdem

Sample of sociodemographic variables
symPLS

Symmetric (or canonical) PLS