as.data.table.precautionary: Convert an object of class c('precautionary','simulations')...

Description Usage Arguments

View source: R/enhance.R

Description

Convert an object of class c('precautionary','simulations') to a data.table

Usage

1
2
3
4
5
6
7
## S3 method for class 'precautionary'
as.data.table(
  x,
  keep.rownames = FALSE,
  ordinalizer = getOption("ordinalizer"),
  ...
)

Arguments

x

An object of class c('precautionary','simulations')

keep.rownames

Unused; retained for S3 generic/method consistency

ordinalizer

If not NULL, this is a function mapping the threshold dose ('MTDi') at which an individual experiences a binary toxicity (as recognized by the dose-escalation design) to a named vector giving dose thresholds for multiple grades of toxicity. The names of this vector will be taken as designations of the toxicity grades.

...

Additional parameters passed to the ordinalizer


precautionary documentation built on Aug. 9, 2021, 9:14 a.m.