prob_k_seen: Assessing likelihood of different clue search results given...

Description Usage Arguments Value Examples

Description

Assessing likelihood of different clue search results given prior

Usage

1
prob_k_seen(model, k = c(1, 1, 1, 1))

Arguments

model

Prior (or posterior, given XY)

k

A 4-vector saying how many clues are to be sought in each case.

Value

Dataframe showing XYK combinations and the likelihood of seeing so many positive clues in each XY case

Examples

1
2
model <- biqq()
prob_k_seen(model = model, k = 0:3)

macartan/biqq documentation built on May 6, 2019, 6:03 p.m.