ConfusionMatrixFromVariablesNumeric: 'ConfusionMatrixFromVariablesNumeric'

View source: R/confusion.R

ConfusionMatrixFromVariablesNumericR Documentation

ConfusionMatrixFromVariablesNumeric

Description

ConfusionMatrixFromVariablesNumeric

Usage

ConfusionMatrixFromVariablesNumeric(
  observed,
  predicted,
  subset = NULL,
  weights = NULL
)

Arguments

observed

A numeric.

predicted

A numeric.

subset

An optional vector specifying a subset of observations to be used in the fitting process, or the name of a variable in data. It may not be an expression.

weights

An optional vector of sampling weights or the name name of a variable in data. It may not be an expression.

Details

A contingency table showing the observed versus predicted values where predicted values are assigned their closest observed value.


Displayr/flipRegression documentation built on March 2, 2024, 3:51 a.m.