c212.interim.MLE: Poisson Maximum Likelihood Estimator

Description Usage Arguments Value Author(s) Examples

View source: R/c212.interim.MLE.R

Description

Calculate the Poisson Maximum Likelihood Estimator for interim analysis data.

Usage

1
	c212.interim.MLE(trial.data)

Arguments

trial.data

A file or data frame containing the trial data. It must contain must contain the columns I_index (interval index), B (body-system), AE (adverse event), Group (1 - control, 2 treatment), Count (total number of events), Total (total number of participants in the trial arm).

Value

The maximum likelihood estimators and summary statistics.

Author(s)

R. Carragher

Examples

1
2
3
4
5
6
7
8
9

c212 documentation built on Sept. 8, 2020, 5:07 p.m.

Related to c212.interim.MLE in c212...