Learn R Programming

FFTrees (version 1.1.3)

classtable: Calculates classification statistics from binary prediction and truth vectors

Description

Calculates classification statistics from binary prediction and truth vectors

Usage

classtable(prediction.v, criterion.v)

Arguments

prediction.v
A binary vector of predictions
criterion.v
A binary vector of criterion (true) values