Doesn't hurt! [Regulatives / Guidelines]

posted by VStus – Poland, 2017-03-23 15:24 (2587 d 18:05 ago) – Posting: # 17180
Views: 23,158

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,990 posts in 4,826 threads, 1,665 registered users;
69 visitors (0 registered, 69 guests [including 4 identified bots]).
Forum time: 10:30 CEST (Europe/Vienna)

If you don’t like something change it;
if you can’t change it, change the way you think about it.    Mary Engelbreit

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