-
Notifications
You must be signed in to change notification settings - Fork 0
/
rChapter5-0.Rmd
25 lines (20 loc) · 1.32 KB
/
rChapter5-0.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
title: "Chapter 05"
description: |
Multidimensional Sequence Analysis
output:
distill::distill_article:
toc: false
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE)
```
| TOC | Content (click for jumping to examples) |
|-------------------------------------|---------------------------------------------|
| 5.1 Accounting for simultaneous temporal processes | [No code for this section] |
| 5.2 Expanding the alphabet | [no code for this section] |
| 5.3 Cross-tabulation of groups from different dissimilarity matrices | [Cross-tabulation of clusters](rChapter5-3.html) |
| 5.4 Combine domain-specific dissimilarities | [Summation and averaging](rChapter5-4.html) |
| 5.5 Multichannel sequence analysis | [Dissimilarity matrix and clustering](rChapter5-5.html) |
| | [Figure 5-2: the ggseqplot edition](rChapter5-5_ggseqplot.html) |
This chapter introduces the idea of multidimensional sequence analysis. We present different options to account for parallel temporal processes using sequence analysis. As an illustrative example, we consider the case of family formation and labor market trajectories.