Learn R Programming

updog (version 1.1.3)

pen_seq_error: Penalty on sequencing error rate.

Description

Penalty on sequencing error rate.

Usage

pen_seq_error(eps, mu_eps, sigma2_eps)

Arguments

eps

The current value of sequencing error rate. Must be between 0 and 1.

mu_eps

The prior mean of the logit sequencing error rate.

sigma2_eps

The prior variance (not standard deviation) of the logit sequencing error rate. Set this to Inf to return 0.

Value

A double. The default penalty on the sequencing error rate.