swh:1:snp:ff0951ca787d0b7f47dc2335f47fed43820a6324
Raw File
Tip revision: 4b519f6c36e35e4b0c9d2e052a1710b5a42e0eda authored by Venkatraman E. Seshan on 13 September 2011, 00:00:00 UTC
version 0.9.8
Tip revision: 4b519f6
oc.twostage.bdry.Rd
\name{oc.twostage.bdry}
\title{Two-stage boundary operating characteristics}
\alias{oc.twostage.bdry}
\keyword{design}
\description{
  Calculates the operating characteristics of a two-stage boundary.
}
\usage{
oc.twostage.bdry(pu, pa, r1, n1, r, n)
}
\arguments{
  \item{pu}{unacceptable response rate}
  \item{pa}{response rate that is desirable}
  \item{r1}{first stage threshold to declare treatment undesirable}
  \item{n1}{first stage sample size}
  \item{r}{overall threshold to declare treatment undesirable}
  \item{n}{total sample size}
}
\value{
  oc.twostage.bdry returns the type I and II error rates as well as the
  probability of early temination and expected sample size under pu for
  a specific boundary.
}  
back to top