Learn R Programming

bayestransmission (version 0.1.0)

LogNormalModelParams: Model Parameters for a Log Normal Model

Description

Model Parameters for a Log Normal Model

Usage

LogNormalModelParams(
  modname,
  nstates = 2L,
  nmetro = 1L,
  forward = TRUE,
  cheat = FALSE,
  Insitu = NULL,
  SurveillanceTest = SurveillanceTestParams(),
  ClinicalTest = ClinicalTestParams(),
  OutOfUnitInfection = OutOfUnitInfectionParams(),
  InUnit = NULL,
  Abx = AbxParams(),
  AbxRate = AbxRateParams()
)

LinearAbxModel(..., InUnit = ABXInUnitParams())

Value

A list of parameters for the model.

Arguments

modname

The name of the model used. Usually specified by specification functions.

nstates

The number of states in the model.

nmetro

The number of Metropolis-Hastings steps to take between outputs.

forward

TODO

cheat

TODO

Insitu

In Situ Parameters

SurveillanceTest

Surveillance Testing Parameters

ClinicalTest

Clinical Testing Parameters

OutOfUnitInfection

Out of Unit Infection Parameters

InUnit

In Unit Parameters, should be a list of lists with parameters for the acquisition, progression and clearance of the disease.

Abx

Antibiotic Parameters

AbxRate

Antibiotic Rate Parameters

...

Additional arguments passed to LogNormalModelParams

Functions

  • LinearAbxModel(): Linear Antibiotic Model Alias

Examples

Run this code
LogNormalModelParams("LogNormalModel")

Run the code above in your browser using DataLab