set_priors_tests: Set parameters for the Beta distributions used to represent...

View source: R/sf_data_priors_tests.R

set_priors_testsR Documentation

Set parameters for the Beta distributions used to represent priors on test charactersitics

Description

Set parameters for the Beta distributions used to represent priors on test charactersitics

Usage

set_priors_tests(
  x = STOCfree_data(),
  test = character(),
  Se_a = 1,
  Se_b = 1,
  Sp_a = 1,
  Sp_b = 1
)

Arguments

x

a STOCfree_data object

Se_a

alpha parameter for the prior on sensitivity

Se_b

beta parameter for the prior on sensitivity

Sp_a

alpha parameter for the prior on specificity

Sp_b

beta parameter for the prior on specificity


AurMad/STOCfree documentation built on Sept. 13, 2022, 3:20 a.m.