Histogram beauty [Two-Stage / GS Designs]

posted by d_labes  – Berlin, Germany, 2015-06-09 16:55 (3575 d 00:42 ago) – Posting: # 14933
Views: 19,391

Dear Helmut!

A better way would be to return the vector of ntot (your suggestion in our correspondence) instead of some histogram-data with standard settings.
That would give you all freedom to design the histogram to your needs.

Example: 100 bins in the histogram
code snippet
  hist(res$ntot, freq=F, breaks=100, main=des[j],
       cex.main=0.95, cex.axis=0.9,
       xlim=c(12, 120), ylim=c(0, 0.5),
       xlab=expression(N[total]),
       col=col, las=1)
  abline(v=c(res$nmean, res$nperc[["50%"]]), lty=c(1, 3))
  legend("topright", box.lty=0, legend=c("mean", "median"), lty=c(1, 3),
         cex=0.9)


[image]

Note the pronounced and outstanding role of N=24, the sample size for stage 1. Not so clear seen in your pictures above for OBF or Zheng. Partly now also seen for HP.

❝ I luf open source!

:cool:

@All: Be warned! You need an understanding of all the code in Power2stage to get this up and running.

Regards,

Detlew

Complete thread:

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

An expert is one who knows more and more
about less and less.    Nicholas Murray Butler

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