Skip to contents

Estimate overdispersion parameter using consistent scoring (CORRECTED)

Usage

estimate_phi_with_scoring(
  successes,
  totals,
  doses,
  scoring,
  method = c("trend_adjusted", "simple")
)

Arguments

successes

Vector of success counts

totals

Vector of total trials

doses

Vector of dose levels

scoring

Scoring method to use

method

Method for phi estimation: "trend_adjusted" or "simple"