See biostat.app.vumc.org/DynamitePlots for a list of the many problems caused by dynamite plots, plus some solutions.
Link is dead, but the original is available here as "24-dynamite.pdf"
See biostat.app.vumc.org/DynamitePlots for a list of the many problems caused by dynamite plots, plus some solutions.
Link is dead, but the original is available here as "24-dynamite.pdf"
u <- movStats(gh ~ age, stat=stats, msmooth='both', eps=30, # +/- 30 observation window melt=TRUE, data=d, pr='margin')
I needed to load the qreport package to get this function to work as written in the book. Can also set pr='plain' to run without needing qreport. Another option to get function to run as written book: do not run getRs('movStats.r') and just use the movStats() function in the Hmisc package.
Translation of research evidence from animals to humans,
https://jamanetwork.com/journals/jama/article-abstract/203577
getRs('introda.r')
I needed to include put='rstudio' to get this to work on Win 11:
getRs('introda.r', put = 'rstudio')
See here for a detailed discussion
Same power calculation
For example:
power.t.test(delta = 0.5, sd = 1.2,
sig.level = 0.05,
power = 0.9,
type = "paired")