Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jbryer/compstats
EPSY 887 Computational Statistics: Institute
https://github.com/jbryer/compstats
Last synced: about 2 months ago
JSON representation
EPSY 887 Computational Statistics: Institute
- Host: GitHub
- URL: https://github.com/jbryer/compstats
- Owner: jbryer
- Created: 2012-10-17T15:44:36.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-28T00:56:11.000Z (almost 12 years ago)
- Last Synced: 2023-03-22T12:34:32.786Z (almost 2 years ago)
- Language: R
- Size: 11 MB
- Stars: 13
- Watchers: 4
- Forks: 40
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# EPSY 887 Computational Statistics: Institute (Spring 2013) #
Instructors: J. Bryer ([email protected]) and R. Pruzek ([email protected])
Meeting Time: Monday 6:00 p.m. - 9:00 p.m.
Grading: 3 credits, S/U grading
Course Website: https://github.com/jbryer/CompStatsThis seminar will provide an introduction to statistical programming for data analysis with an emphasis on the analysis of large datasets. With the increased availability of large national and international datasets (e.g. PISA, TIMMS, NAEP, ECLS) there is a great opportunity and potential for researchers to focus on important substantive research questions that are difficult to address by other means. However, the analysis of large datasets requires special analytical procedures not found in commercial statistics software. Utilizing the open source statistical software R, students will be introduced to tools and procedures for analyzing large datasets with an emphasis on conducting transparent and reproducible research.
## Topics:
* Introduction to R (e.g. data input, recoding, etc.)
* Reshaping data ([`reshape` package](http://www.jstatsoft.org/v21/i12/paper))
* Data visualization vis-à-vis a grammar of graphics ([`ggplot2`](http://ggplot2.org/))
* Introduction to programming for data analysis (e.g. loops, conditional statements, functions, etc.)
* Missing data ([`MICE`](http://www.stefvanbuuren.nl/mi/), [`Amelia` II](http://gking.harvard.edu/amelia/))
* Analysis of complex surveys (e.g. use of replicate weights and multiple plausible values) ([`survey` package](http://faculty.washington.edu/tlumley/survey/))
* Document preparation and typesetting with LaTeX and Sweave
* R package development
* Software project management principles as applied to data analysis (e.g. source countrol, progress tracking, versioning, Github, R-Forge, etc.).
* Other data analytic topics as identified by students and appropriate for analysis of large datasets. Topics may include propensity score analysis, multilevel modeling, IRT, random forests, regression trees, etc.Students are encouraged to bring their own data and/or research questions as this seminar will emphasize applied statistics and analysis. Class examples however, will utilize the Programme for International Student Assessment (PISA; OECD 2009).
## Software
This course will make substantial use of the R software language. The following software is required and freely available. See the [installation](Installation/Install.md) page for details.
* [R](http://www.r-project.org)
* [Rtudio](http://www.rstudio.org)
* LaTeX ([MiKTeX](http://miktex.org/) on Windows or [MacTeX](http://www.tug.org/mactex/) on Mac)## Textbooks
These are the recommended books for learning R. They provide two different perspectives on R. Kabacoff presents R from a data analyst point-of-view whereas Matloff provides more of a software programming perspective. The complement each other nicely.
* Kabacoff, R.J. (2011). *[R in Action: Data Analysis and Graphics with R](http://www.amazon.com/R-Action-Robert-Kabacoff/dp/1935182390/ref=sr_1_1?ie=UTF8&qid=1351957914&sr=8-1&keywords=r+in+action&tag=jasbry-20)*. Shelter Island, NY: Manning.
* Matloff, N. (2011). *[The Art of R Programming](http://www.amazon.com/gp/product/B00683GXUO/ref=as_li_qf_sp_asin_il_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B00683GXUO&linkCode=as2&tag=jasbry-20)*. San Francisco, CA: No Stratch Press