mob_mat | R Documentation |
This function a mobility matrix for two-dimensional data.
mob_mat(x1, x2, w, Q1 = NULL, Q2 = NULL, q = 5, labels = FALSE)
x1 |
A vector of income data |
x2 |
A vector of income data |
w |
A vector of weights |
Q1 |
Vector of cut offs to be applied to x1 |
Q2 |
Vector of cut offs to be applied to x2 |
q |
Number of classes |
data |
A data frame in which to look for the data |
na.rm |
A logical, indicating whether or not to remove NAs |
index |
An inequality index. |
A list including the conditional and unconditional matrices (EDIT).
Markus Jantti markus.jantti@iki.fi
Cite something suitable. (EDIT)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.