Learn R Programming

bayestransmission (version 0.1.0)

ParamWRate: Specify a random testing parameter with a rate.

Description

Specify a random testing parameter with a rate.

Usage

ParamWRate(param = Param(), rate = Param())

Value

A list of with param and rate.

Arguments

param

Values for the positive rate of the test.

rate

Values for the rate of the test.

Examples

Run this code
ParamWRate(Param(0.5, 0), rate = Param(1, 0))

Run the code above in your browser using DataLab