Description Usage Arguments Value Examples
Assessing likelihood of different clue search results given prior
1 | prob_k_seen(model, k = c(1, 1, 1, 1))
|
model |
Prior (or posterior, given XY) |
k |
A 4-vector saying how many clues are to be sought in each case. |
Dataframe showing XYK combinations and the likelihood of seeing so many positive clues in each XY case
1 2 | model <- biqq()
prob_k_seen(model = model, k = 0:3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.