GetScoresWeightsMatrix {CausalR}R Documentation

get scores weight matrix

Description

Computes the score and weight for a network/set of experimental data based on the table containing possible values of n++, n+-, n-+ and n–.

Usage

GetScoresWeightsMatrix(matrixOfPossibleValues, predictionDataStats,
  experimentalDataStats, logOfFactorialOfPredictionListStats)

Arguments

matrixOfPossibleValues

values of n++, n+-, n-+ and n– that need to be assessed

predictionDataStats

a table of predicions

experimentalDataStats

a table of observed experimental data

logOfFactorialOfPredictionListStats

a vector containing the log of the factorial value for each entry in predictionListStats

Value

a matrix containing scores and logs of the weights


[Package CausalR version 1.26.0 Index]