View source: R/efftox_superiority.R
efftox_superiority | R Documentation |
Get a dose-superiority matrix from an EffTox dose analysis. EffTox seeks to choose the dose with the highest utility, thus superiority is inferred by posterior utility. The item in row i, col j is the posterior probability that the utility of dose j exceeds that of dose i.
efftox_superiority(fit)
fit |
An instance of |
n by n matrix, where n is number of doses under investigation. The item in row i, col j is the posterior probability that the utility of dose j exceeds that of dose i.
fit <- stan_efftox_demo('1N 2E 3B')
sup_mat <- efftox_superiority(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.