summarise_combination {NetFACS} | R Documentation |
Summarise combination results from bootstrap
Description
Summarise combination results from bootstrap
Usage
summarise_combination(
combination,
combination.size,
observed.prob,
boot.prob,
tail,
test.count
)
Arguments
combination |
A vector of AU combinations |
combination.size |
A vector denoting the number of active AUs in combination |
observed.prob |
A vector with probability of combination in test data |
boot.prob |
A matrix with boot probabilities of a given combination in columns |
tail |
upper.tail or lower.tail, |
test.count |
Number of times a combination occurs in test dataset |
Value
A dataframe
[Package NetFACS version 0.5.0 Index]