powered by
Obtains the restricted maximum likelihood estimates of individual proportions with specified rate difference.
remlRateDiff( rateDiffH0 = 0, t1 = NA_real_, y1 = NA_real_, t2 = NA_real_, y2 = NA_real_ )
A vector of the restricted maximum likelihood estimates of the incidence rates for the two treatment groups.
The specified rate difference.
The exposure for the active treatment group.
The number of events for the active treatment group.
The exposure for the control group.
The number of events for the control group.
Kaifeng Lu, kaifenglu@gmail.com
remlRateDiff(rateDiffH0 = 0.1, t1 = 10, y1 = 4, t2 = 20, y2 = 2)
Run the code above in your browser using DataLab