Doesn't hurt! [Regulatives / Guidelines]

posted by VStus – Poland, 2017-03-23 15:24 (2552 d 19:53 ago) – Posting: # 17180
Views: 23,020

Daer Helmut,
Dear Colleagues,

It even hurts less (or doesn't hurt at all) in case of scaled bioequivalence.
Last chunk of code modified:
CV  <- 0.42
#des <- "2x2x4"#scaled+mode subjects included for dro-outs
res <- sampleN.scABEL(CV=CV, design=des, print=FALSE)
n   <- res[["Sample size"]] + 8 #Let's assume we compensate for possible drop-outs
pwr <- res[["Achieved power"]]
wo  <- as.integer(substr(des, nchar(des), nchar(des)))-1
el  <- n
for (j in 1:wo) {
  el <- el*(1-dor/100)
}
cat("Study started with", n, "subjects (expected power",
    sprintf("%.1f%%).", 100*pwr),
    "\nStudy ended with", as.integer(el), "eligible subjects (expected power",
    sprintf("%.1f%%).", 100*power.scABEL(CV=CV, design=des, n=el, regulator='EMA')), "\n")

#Study started with 38 subjects (expected power 81.9%).
#Study ended with 32 eligible subjects (expected power 84.1%).


Best regards, VStus

Complete thread:

UA Flag
Activity
 Admin contact
22,940 posts in 4,812 threads, 1,639 registered users;
47 visitors (0 registered, 47 guests [including 4 identified bots]).
Forum time: 11:18 CET (Europe/Vienna)

Those people who think they know everything
are a great annoyance to those of us who do.    Isaac Asimov

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