assess_efficacy {INSPECTumours}R Documentation

Credible interval (or say “Bayesian confidence interval”) of the mean difference between two groups (treatment and reference) is used to assess the efficacy. If 0 falls outside the interval, the drug was considered significantly effective

Description

Credible interval (or say “Bayesian confidence interval”) of the mean difference between two groups (treatment and reference) is used to assess the efficacy. If 0 falls outside the interval, the drug was considered significantly effective

Usage

assess_efficacy(data, reference = "Control")

Arguments

data

prediction results

reference

name of the reference treatment

Value

dataframe with information about drug efficacy


[Package INSPECTumours version 0.1.0 Index]