Significance of UL/LL in sample size calculation [Power / Sample Size]

posted by ElMaestro  – Denmark, 2016-08-30 16:07 (3128 d 21:27 ago) – Posting: # 16615
Views: 5,788

Hi BE-proff,

❝ Do you have an example of code for PowerTOST to plot a curve for power assessment?


Something like this for a 222BE study:

GetMeTheCurve=function(CV, GMR)
{
 N=2*c(5:40)
 Pwr=N
 for (i in 1:length(N))
 {
  Pwr[i]=power.TOST(n=N[i], CV=CV, theta0=GMR)
 }
 ##
 plot(N, Pwr)
 return(0)
}

GetMeTheCurve(CV=0.28, GMR=0.95)

Pass or fail!
ElMaestro

Complete thread:

UA Flag
Activity
 Admin contact
23,409 posts in 4,921 threads, 1,708 registered users;
23 visitors (0 registered, 23 guests [including 5 identified bots]).
Forum time: 12:34 CET (Europe/Vienna)

It’s easy to lie with statistics;
it is easier to lie without them.    Frederick Mosteller

The Bioequivalence and Bioavailability Forum is hosted by
BEBAC Ing. Helmut Schütz
HTML5