Description Usage Arguments Value Examples
View source: R/AnalysePredictionsList.r
Taking the list of predictions from a particular hypothesis, counts the number of positive and negative predictions in the list and the number of 0's (from numPredictions).
1 | AnalysePredictionsList(predictionsList, numPredictions)
|
predictionsList |
list of predictions |
numPredictions |
number of predictions |
prediction statistics
1 2 3 4 | network <- system.file(package='CausalR', 'extdata', 'testNetwork.sif')
ccg <- CreateCCG(network)
predictions <- MakePredictions('NodeA', +1, ccg, 2)
AnalysePredictionsList(predictions,8)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.