pattern.n | R Documentation |
It displays the accumulative sample sizes for the covariance matrix.
pattern.n(x, n)
x |
A list of square matrices |
n |
A vector of sample sizes. |
A square matrix of the accumulative sample sizes of the input matrices.
Mike W.-L. Cheung <mikewlcheung@nus.edu.sg>
## Show the pattern of missing data
pattern.n(Hunter83$data, Hunter83$n)
# Ability Knowledge Work sample Supervisor
# Ability 3815 3372 3281 3605
# Knowledge 3372 3532 2998 3322
# Work sample 3281 2998 3441 3231
# Supervisor 3605 3322 3231 3765
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.