getdata: Accessor to retrieve the the data used in the call to create...

View source: R/class-skrmdb.r

getdataR Documentation

Accessor to retrieve the the data used in the call to create an skrmdb object

Description

This is an accessor function for retrieving the data used to compute the effective median dose from a skrmdb-class object object generated by ReedMuench, SpearKarb, or DragBehr.

Usage

getdata(x)

Arguments

x

class skrmdb.

Value

a dataframe containing the sorted data.

Examples

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

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