powered by
calc_cofactor calculates a cofactor matrix.
calc_cofactor
calc_cofactor(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.
MTA
# NOT RUN { # 40 data for versicolor in the iris dataset iris_versicolor <- iris[61:100, -5] calc_cofactor(cov(iris_versicolor)) # }
Run the code above in your browser using DataLab