6 Matching Annotations
  1. May 2026
    1. 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"

    2. 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.

  2. Nov 2024
  3. Jul 2023