NURE Summer 2014 Home Page

Professor:Dr. Eugene Quinn NASA Solar Image
Email: equinn1@stonehill.edu
Office Hours:Office: Duffy 241

General Information Announcements Notes and Handouts Software


Announcements

5/22/2014 Our first meeting will be Tuesday, May 27th at 9:30 in the Cafe area of the library.


NURE-2014 General Information


TEXTBOOK

All required materials will be available as handouts or through the library.

Solar image courtesy of NASA


Notes and Handouts

DateDescription
5/27/2014sample_size.r   Main program loop for the Bernoulli sample size exercise.
5/27/2014frequentist_main_loop.r   Main program loop for the frequentist Bernoulli exercise.
5/27/2014JAGS_test.r   Short R program to test JAGS and RJAGS installation.
5/27/2014Tractable Teacher Evaluation




Software

Modern statistical analysis is computer intensive. The following software will be used in this class.

Because some items are not available in the computer lab, you should install all of the programs listed on your personal computer (they are all free).

We will have an install-a-thon on the first day class meets, so be sure to bring your computer.

There are some dependencies among the programs listed, so try to install them in the following order:

ItemDescriptionLinks
LaTeX
(pronounced "la-tech")
LaTeX is the gold standard for typesetting documents containing scientific and math notation.
We will use LaTeX in conjunction with the Sweave R package to produce composite documents.
My LaTeX page.
Mac users should install MacTex, windows users should install MikTex.
JAGS ("Just Another Gibbs Sampler")A package for performing Markov Chain Monte Carlo (MCMC) simulationmcmc-jags.sourceforge.net
The R statistical computing systemOpen-source statistical computing system.
R currently has over 5,000 packages and tends to be the place cutting-edge techniques show up first.
Instructions for downloading and installing the R statistical computing environment (for windows, but Mac is similar).
RstudioIntegrated development environment (IDE) for Rwww.rstudio.com
The rjags R packagerjags provides an interface to JAGS from within ROnce you have R working, enter the following command: install.packages("rjags") then choose a mirror site (any one will do) to download this package. R and JAGS must be already installed.
The SGP R packageSGP is the R code that 14 states including Massachusetts and Rhode Island use to compute student "growth" measures.Once you have R working, enter the following command: install.packages("SGP") then choose a mirror site to download this package.
The SGPdata R packageSGPdata is a companion to the SGP package containing sample data.Once you have R working, enter the following command: install.packages("SGPdata") then choose a mirror site to download this package.
The knitr R packageknitr is a system for combining LaTeX, R code, and R output in a composite PDF document. knitr is a more sophisticated replacement for Sweave. You can find documentation here: http://yihui.name/knitr/. Enter the following command: install.packages("SGPdata") then choose a mirror site to download this package.
PythonPython has become the "Swiss Army Knife" of data extraction and manipulation, combining ease of use and power.python.org is the official Python website.
It is recommended that you install the latest version of Python 2 as package support in Python 3 is still somewhat spotty.
SpyderAn IDE for Python.Spyder provides editing and testing capabilities for developing Python programs.
SASThe SAS systemSAS is a large commercial software package that is very widely used for data analysis. SAS makes their system available to students and faculty for the duration of a course. You will need to register with SAS and indicate that you are enrolled in MTH225-A Section 1. Detailed instructions for registering can be found here. We will be using their web client, so no software needs to be installed on your computer.
MoodleThe MOODLE learning management systemMoodle is a free, open source learning management system. While installing this is likely to be something of a challenge, exposure to this type of system should be valuable.





Back to Dr. Quinn's home page
Back to Stonehill Math Department web page
Back to Stonehill main page