ComputePValueFromDistributionTable {CausalR}R Documentation

compute a p-value from the distribution table

Description

Computes the p-value of the score of an hypothesis, based on a distribution table

Usage

ComputePValueFromDistributionTable(scoreOfHypothesis, distributionMatrix,
  totalWeights)

Arguments

scoreOfHypothesis

a score of hypothesis

distributionMatrix

a distribution table presented as a matrix

totalWeights

a matrix of total weights

Value

a p-value


[Package CausalR version 1.16.0 Index]