social_network_analysis:eg_in_r
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| social_network_analysis:eg_in_r [2021/05/23 22:41] – created hkimscil | social_network_analysis:eg_in_r [2021/05/23 22:45] (current) – hkimscil | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| A = | A = | ||
| \begin{bmatrix} | \begin{bmatrix} | ||
| - | 2 & 4 & 6 \\ | + | 2 & 6 & 3 \\ |
| - | 1 & 3 & 5 \\ | + | 4 & 1 & 5 \\ |
| \end{bmatrix} | \end{bmatrix} | ||
| \end{eqnarray*} | \end{eqnarray*} | ||
| Line 25: | Line 25: | ||
| </ | </ | ||
| + | < | ||
| + | A <- c(2, 4, 6, 1, 3, 5) | ||
| + | A | ||
| + | AbyCol <- matrix(nrow=2, | ||
| + | AbyCol | ||
| + | AbyRow <- matrix(nrow=2, | ||
| + | AbyRow | ||
| + | </ | ||
social_network_analysis/eg_in_r.1621809692.txt.gz · Last modified: by hkimscil
