Learn R Programming

lrstat (version 0.2.13)

remlOddsRatio: REML Estimates of Individual Proportions With Specified Odds Ratio

Description

Obtains the restricted maximum likelihood estimates of individual proportions with specified odds ratio.

Usage

remlOddsRatio(
  oddsRatioH0 = 1,
  n1 = NA_real_,
  y1 = NA_real_,
  n2 = NA_real_,
  y2 = NA_real_
)

Value

A vector of the restricted maximum likelihood estimates of the response probabilities for the two treatment groups.

Arguments

oddsRatioH0

The specified odds ratio.

n1

The sample size for the active treatment group.

y1

The number of responses for the active treatment group.

n2

The sample size for the control group.

y2

The number of responses for the control group.

Author

Kaifeng Lu, kaifenglu@gmail.com

Examples

Run this code

remlOddsRatio(oddsRatioH0 = 1.25, n1 = 10, y1 = 4, n2 = 20, y2 = 2)

Run the code above in your browser using DataLab