prop.nettest {DGM} | R Documentation |
Comparing two population proportions on the network with FDR correction.
Description
Comparing two population proportions on the network with FDR correction.
Usage
prop.nettest(x1, n1, x2, n2, alpha = 0.05, fdr = 0.05)
Arguments
x1 |
network matrix with successes in group 1. |
n1 |
sample size group 1. |
x2 |
network matrix with successes in group 2. |
n2 |
sample size group 2. |
alpha |
alpha level for uncorrected test. |
fdr |
alpha level for FDR. |
Value
store List with test statistics and p-values.
[Package DGM version 1.7.4 Index]