Learn R Programming

gap (version 1.5-1)

cs: Credible set

Description

The function implements credible set as in fine-mapping.

Usage

cs(tbl, b = "Effect", se = "StdErr", log_p = NULL, cutoff = 0.95)

Value

Credible set.

Arguments

tbl

Input data.

b

Effect size.

se

Standard error.

log_p

if not NULL it will be used to derive z-statistic

cutoff

Threshold for inclusion.