getED: Accessor to retrieve the numeric median effective dose from a...

View source: R/class-skrmdb.r

getEDR Documentation

Accessor to retrieve the numeric median effective dose from a skrmdb object

Description

This is an accessor function for retrieving the numeric value of the effective median dose from a skrmdb-class object object generated by ReedMuench, SpearKarb, or DragBehr.

Usage

getED(x)

Arguments

x

class skrmdb.

Value

the estimated ED50.

Examples

temp <- DragBehr(y=c(0, 3,5, 8, 10, 10), n=rep(10, 6), x=1:6)
getED(temp)

ABS-dev/skrmdb documentation built on April 21, 2024, 5:58 p.m.