rrcov-utils {rrcov}R Documentation

Different utility functions to be used in rrcov and packages depending on rrcov

Description

Different utility functions to be used in rrcov and packages depending on rrcov:

Usage

    myscreeplot(rcov, ccov)
    mtxconfusion(actual, predicted, prior = NULL, printit=FALSE)
    sqrtm(A)

Arguments

A

A matrix.

rcov, ccov

Covariance matrices.

actual

Actual class membership.

predicted

Predicted class membership.

prior

Prior probabilities.

printit

Wheather to print the results.

Author(s)

Valentin Todorov valentin.todorov@chello.at


[Package rrcov version 1.7-6 Index]