getdata | R Documentation |
This is an accessor function for retrieving the data used to compute the
effective median dose from a skrmdb object object generated by
ReedMuench
, SpearKarb
, or DragBehr
.
getdata(x)
x |
class skrmdb. |
a dataframe containing the sorted data.
temp <- DragBehr(y = c(0, 3, 5, 8, 10, 10), n = rep(10, 6), x = 1:6)
getdata(temp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.