Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

as.data.table.exact

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


Description

TODO: Actually implement this!

Usage

## S3 method for class 'exact'
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

Safety Diagnostics for Dose-Escalation Trial Designs

v0.2-1
MIT + file LICENSE
Authors
David C. Norris [aut, cre, cph] (<https://orcid.org/0000-0001-9593-6343>), Markus Triska [ctb]
Initial release
2021-01-12

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.