You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New function sampleN.scABEL.sdsims() for sample size estimation for ABEL via subject simulations. Useful in case of assumed heteroscedasticity in the partial replicate design (TRT|RTR|RRT).
NEWS.md instead of NEWS.
README.md (knitted from README.Rmd).
Function power.TOST.sds() to simulate subject data & evaluate via models with group effect implemented.
Unified Code base for the scaled ABE functions.
Minor changes
LaTeX-builder on CRAN laments about UTF-8 charcters in man-pages. No problem rendering the PDF-manual locally! Replaced all UTF-8 characters by \enc{foo}{bar}.
In power.scABEL(): If nsims not given, defaults to 1e5 (like before). If theta0 equals one of the expanded limits, deafault s to 1e6. Man-page updated.
Output of sampleN.TOST(): Same name of replicate designs like in the scaled functions.
In power.scABEL() name of scaled component "p(BE-ABEL)" instead of "p(BE-wABEL)".
Updated test_ABEL.R in inst/tests to support subject simulations.
power.scABEL(): More informative warning about heteroscedasticity in the partial replicate design (use of power.scABEL.sdsims() suggested).
Add/subtract .Machine$double.eps if rho is -1 or +1 given in power_type1_2TOST.R (similar to sampleN_2TOST_sim.R). Removed warning in the latter function. Less confusing for users and the example in the man-page looks nicer.