bin: Binomial assurance tests

binR Documentation

Binomial assurance tests

Description

Creates an object representing results of initial study.

Arguments

x1

The number of ‘successes’ observed in treatment group 1 in the existing study.

m1

The number of observations from which x1 successes were observed

x2

The number of ‘successes’ observed in treatment group 2 in the existing study.

m2

The number of observations from which x2 successes were observed

Author(s)

Paul Metcalfe

Examples


bin.data <- new.binomial(x1=18, m1=20, x2=15, m2=20)

scientific-computing-solutions/assurance documentation built on June 28, 2023, 12:31 p.m.