Description Usage Arguments Value
View source: R/expDesign_sampling.R
Determine the matrix of probabilities of observing the edges Internal.
1 2 3 4 5 | determine_obsProb(
scan.list,
sampling = c("constant", "matrix", "random", "function"),
all.sampled
)
|
scan.list |
a |
sampling |
for
|
all.sampled |
logical scalar, should all nodes be sampled at least once? (TO CHECK: does it work with group-scan sampling?) |
an obsProb
object, being:
a matrix of probabilities of observing an edge (whether it is 0 or 1)
with attribute "sampling"
, one of "constant"
,"matrix"
,"random"
,"function"
,
accordingly
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.