Description Usage Arguments Value See Also Examples
calc_cofactor
calculates a cofactor matrix.
1 |
data |
Matrix with n rows (samples) and p columns (variables). All data should be continuous values and should not have missing values. |
calc_cofactor
returns a cofactor matrix of size p x p.
1 2 3 4 5 | # 40 data for versicolor in the iris dataset
iris_versicolor <- iris[61:100, -5]
calc_cofactor(cov(iris_versicolor))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.