furukawa_inc: Laupacis' NNT FL type estimator

View source: R/furukawa.R

furukawa_incR Documentation

Laupacis' NNT FL type estimator

Description

Internal function. Not for users. Takes two numeric vectors of control and treatment results and returns the Furukawa & Leucht's NNT.

Usage

furukawa_inc(treat, control, tau, d, d.bs, p_c, p_t.boot, p_c.boot, n_c, n_t)

Arguments

treat

a numeric vector of the treatment arm results

control

a numeric vector of the control arm results

tau

a scalar that indicates the MCID

d

Cohen's delta MLE

d.bs

Cohen's delta BS of the MLE estimator

p_c

sample proportion of success in the control arm

p_t.boot

BS estimator of the sample proportion of success in the treatment arm

p_c.boot

BS estimator of the sample proportion of success in the control arm

n_c

number of observations in the control arm

n_t

number of observations in the treatment arm

p_t

sample proportion of success in the treatment arm

Value

Laupacis' NNT using Furukawa & Leucht's estimator


vancak/NNTcalculator documentation built on April 7, 2022, 3:48 a.m.