c212.interim.MLE {c212} | R Documentation |
Calculate the Poisson Maximim Likelihood Estimator for interim analysis data.
c212.interim.MLE(trial.data)
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). |
The maximum likelihood estimators and summary statistics.
R. Carragher
## Not run: data(c212.trial.interval.data1) raw = c212.interim.MLE(c212.trial.interval.data1) ## End(Not run)