qvaluesNSBM {noisySBM} | R Documentation |
compute q-values in the noisy stochastic block model
Description
compute q-values in the noisy stochastic block model
Usage
qvaluesNSBM(
dataVec,
Z,
theta,
lvalues,
modelFamily = "Gauss",
directed = FALSE
)
Arguments
dataVec |
data vector |
Z |
a node clustering |
theta |
list of parameters for a noisy stochastic block model |
lvalues |
conditional l-values in the noisy stochastic block model |
modelFamily |
probability distribution for the edges. Possible values:
|
directed |
indicates if the graph is directed |
Value
q-values in the noisy stochastic block model
[Package noisySBM version 0.1.4 Index]