R/get_oc_3arm_binary.R

Defines functions get_oc_3arm_binary

Documented in get_oc_3arm_binary

get_oc_3arm_binary=function(r1, r2, n1, n, p0,p1,p2,p3,diff=0,nsim, seed = 2483){
  SSD.3arms_notext(r1, r=r2, n1, n, p0,p=c(p1,p2,p3),diff=diff,nsim=nsim, seed = seed)
}

Try the frequentistSSDBinary package in your browser

Any scripts or data that you put into this service are public.

frequentistSSDBinary documentation built on June 26, 2024, 5:06 p.m.