create_genotype_prior_alt: create_genotype_prior_alt

Description Usage Arguments Value Author(s)

View source: R/epiG_config.R

Description

create_genotype_prior_alt

Usage

1
2
3
4
5
6
  create_genotype_prior_alt(scale = 0.5,
    R = exp(5 * scale), RA = exp(4.5 * scale),
    A = exp(4.5 * scale), RAB = exp(4 * scale),
    RABB = exp(3 * scale), RB = exp(3 * scale),
    AB = exp(3 * scale), RBB = exp(2 * scale),
    ABB = exp(2 * scale), B = exp(scale), BB = exp(scale))

Arguments

scale
R
RA
A
RB
AB
B
RAB
RBB
ABB
RABB
BB

Value

prior

Author(s)

Martin Vincent


epiG documentation built on May 2, 2019, 6:49 p.m.