Learn R Programming

bayestransmission (version 0.1.0)

ProgressionParams: Progression Parameters

Description

Progression Parameters

Usage

ProgressionParams(
  rate = Param(0.01),
  abx = Param(1, 0),
  ever_abx = Param(1, 0)
)

Value

A list of parameters for progression.

Arguments

rate

Base progression rate

abx

Effect of current antibiotics on progression

ever_abx

Effect of ever having taken antibiotics on progression

Examples

Run this code
ProgressionParams()

Run the code above in your browser using DataLab