Repository containing materials and the website for POIR 613: Measurement Models and Statistical Computing (University of Southern California, Fall 2017).
Course website is at http://pablobarbera.com/POIR613/
This website is built with Rmarkdown.
The layout for this website was designed by Jeffrey Arnold (thanks!).
To build the site,
> source("build.R")
To serve the site locally and rebuild it dynamically with changes, run:
> source("serve.R")