cor_matrix {thurstonianIRT} | R Documentation |
Set up Correlation Matrices
Description
Set up Correlation Matrices
Usage
cor_matrix(cors, dim, dimnames = NULL)
Arguments
cors |
vector of unique correlations |
dim |
Dimension of the correlation matrix |
dimnames |
Optional dimnames of the correlation matrix |
Value
A correlation matrix
of dimension dim
.
Examples
cor_matrix(c(0.2, 0.3, 0.5), dim = 3)
[Package thurstonianIRT version 0.12.5 Index]