Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pablobarbera/POIR613-2017

2017 version of the PhD-level course POIR 613 - Computational Social Science
https://github.com/pablobarbera/POIR613-2017

Last synced: 16 days ago
JSON representation

2017 version of the PhD-level course POIR 613 - Computational Social Science

Awesome Lists containing this project

README

        

# POIR 613 (Fall 2017)

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-2017/

To see 2019 edition of course, see http://pablobarbera.com/POIR613/

This website is built with [Rmarkdown](http://rmarkdown.rstudio.com/rmarkdown_websites.html#overview).

The layout for this website was designed by [Jeffrey Arnold](http://www.jrnold.me/) (thanks!).

## Usage

To build the site,
```rconsole
> source("build.R")
```

To serve the site locally and rebuild it dynamically with changes, run:
```rconsole
> source("serve.R")
```