GENERAL RESOURCES:
- Statistics Q&A:
- Andrew Althouse’s reference list to push back against common “statistical myths”
- https://stackoverflow.com/questions: Programming Q&A
- P-value publications and info: PDF file of p-value resources and links from our June 17, 2020 meeting
R:
- https://cran.r-project.org/web/views/: Guidance for which packages on CRAN are relevant for certain topics
- https://www.amelia.mn/Syntax-cheatsheet.pdf: Overview of the three major R programming styles
- Dot plots and box plots in R
- REDCap and R trick: How to use the API in REDCap, and also how to make easy and nice Table 1s and interactive data tables
- Working with factors in R
- Report writing using R markdown
…
SAS:
- SAS tidbits: Little random bits of code that may be useful (last updated 7/23/2020)
- How to create box plots in SAS
- Get exact p-values in ODS output
- Macro to convert multiple character variables to numeric
- Example of batch renaming and relabeling of variables
- Example of data cleaning/processing
- Amy Lehman’s Table 1 creation v10