Skip to content

Instantly share code, notes, and snippets.

@statsccpr
statsccpr / exercise_webscrape.Rmd
Last active May 30, 2019 18:07
exercise_webscrape
---
title: "PAA 2019 Web Scraping"
author: "Chad Pickering"
date: "5/29/2019"
output: html_document
---
```{r}
library(knitr)
@statsccpr
statsccpr / r-admin.md
Created November 28, 2018 18:05 — forked from garrettgman/r-admin.md
R Administration Resources at the Enterprise Level
@statsccpr
statsccpr / powerSampleSize.R
Created November 8, 2018 21:35 — forked from gjkerns/powerSampleSize.R
Simulation for determining sample size in Repeated Measures ANOVA
# Simulation study for sample size between/within
# got Treat + Sham between subjects
# got Time within subjects
nPerGroup <- 30
nTime <- 4
muTreat <- c(37, 32, 20, 15)
muSham <- c(37, 32, 25, 22)
stdevs <- c(12, 10, 8, 6)
stdiff <- 9
@statsccpr
statsccpr / hoffman_common_ccpr.md
Last active July 13, 2021 19:51
hoffman_common_ccpr.md