DoseResponse_BetaPoisson: DoseResponse_BetaPoisson Class

DoseResponse_BetaPoissonR Documentation

DoseResponse_BetaPoisson Class

Description

An element for the beta-Poisson dose-response model

Super classes

biorisk::RiskElement -> biorisk::NA -> DoseResponse_BetaPoisson

Methods

Public methods

Inherited methods

Method new()

Creates a new instance of this R6 class.

Usage
DoseResponse_BetaPoisson$new(name, units = NA, output_unit = NA)
Arguments
name

A character defining the name for the element

units

A character vector of units for each input

output_unit

A character with the unit of the output

Returns

A new instance of the element


Method point_estimate()

Creates a new instance of this R6 class.

Returns the expected value

Usage
DoseResponse_BetaPoisson$point_estimate()
Arguments
name

A character defining the name for the element

units

A character vector of units for each input

output_unit

A character with the unit of the output

Returns

A new instance of the element


Method clone()

The objects of this class are cloneable with this method.

Usage
DoseResponse_BetaPoisson$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


albgarre/biorisk documentation built on Feb. 23, 2025, 5:19 a.m.