GetCombinationsOfCorrectandIncorrectPredictions {CausalR}R Documentation

returns table of correct and incorrect predictions

Description

Returns the numbers of correct and incorrect positive and negative predictions

Usage

GetCombinationsOfCorrectandIncorrectPredictions(predictionDataStats,
  experimentalDataStats)

Arguments

predictionDataStats

prediction data statistics table

experimentalDataStats

Experimental data statistics table

Value

a matrix the numbers of correct and incorrect positive and negative prediction


[Package CausalR version 1.14.1 Index]