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

View source: R/class-skrmdb.r

getED50R 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 object object generated by ReedMuench, SpearKarb, or DragBehr.

Usage

getED50(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 Sept. 19, 2024, 10:32 a.m.