Learn R Programming

baker (version 1.0.4)

set_prior_tpr_SS: Set true positive rate (TPR) prior ranges for silver-standard data.

Description

Set true positive rate (TPR) prior ranges for silver-standard data.

Usage

set_prior_tpr_SS(model_options, data_nplcm)

Value

Parameters for the SS data TPR priors. It is a list of two lists (alpha and beta). Alpha and beta are of the same length, the number of BrS measurement slices. Each element of the alpha (beta) list is a numeric vector for alpha (beta) parameters to specify Beta prior for TPRs.

Arguments

model_options

See nplcm() function.

data_nplcm

See assign_model() function.

See Also

Other prior specification functions: overall_uniform(), set_prior_tpr_BrS_NoNest()