Statistics 325 materials
Statistics 325 Book
The statistics 325 textbook, An Introduction to Probability and Statistics, by J. Calvin Berry, is here.
TI-84 programs
- The program Hyper1.8xp computes a single hypergeometric probability. You will need to input A, the number of objects in the population classified as successes, and B, the number of objects in the population classified as failures. You will also need to input the sample size n (N on the calculator) and the value of X you want the probability for. The program will give P(X), the probability of getting exactly X successes in a simple random sample of size n selected without replacement from a population with population success proportion A/(A+B).
- The program HYPERLIST.8xp computes the probability mass function for the hypergeometric distribution with parameters A and B (as defined above) and sample size n (N on the calculator). This program will clear lists L1 and L2 and place its output there. You will need to input A, B, and N. List L1 will contain the values of X (X=0,1,2,...,n) and list L2 will contain the corresponding probabilities P(X). Note: if one of the X values is not possible for the values of A and B you input, the corresponding P(X) will show as 0.
Statistics 325 SAS and JMP files
SAS files:
- NFL players (July 2018) weight example (updated 20 August 2018):
- NFLJuly2018.sas (command file) Descriptive methods for the weight distribution of NFL players (as of July2018).
- NFLJuly2018-results.pdf results pdf.
- NFLJuly2018-results.html results html.
- Household income for the USA in 2014 example (updated 20 August 2018):
- HouseholdIncome2014.sas (command file) Descriptive methods for household income (USA 2014) an example of a histogram with unequal bin lengths.
- HouseholdIncome2014-results.pdf results pdf.
- HouseholdIncome2014-results.html results html.
- NHANES 2013--2014 example (all data) (updated 2 February 2018):
- nhanes2013-2014-simplified.sas (command file) Descriptive methods for the NHANES 2013--2014 example (all data).
- nhanes2013-2014-simplified-results.pdf results pdf.
- nhanes2013-2014-simplified-results.html results html.
- NHANES 2013--2014 example (all data and simple random sample) (updated 2 February 2018):
- nhanes2013-2014_SRS.sas (command file) Descriptive methods for the NHANES 2013--2014 example (all data and simple random sample) plus selection of a simple random sample.
- nhanes2013-2014_SRS-results.pdf results pdf.
- nhanes2013-2014_SRS-results.html results html.
- Immigrant region of last residence example (updated 27 January 2018):
- immorigin.sas (command file) Descriptive methods for the immigrant region of last residence example.
- immorigin-results.pdf results pdf.
- immorigin-results.html results html.
- Weed seeds example (updated 14 January 2018):
- weedseeds.sas (command file) Descriptive methods for the number of weed seeds in a batch of grass example.
- weedseeds-results.pdf results pdf.
- weedseeds-results.html results html.
- Guatemalan Cholesterol example (updated 5 February 2018): This example is discussed in my Introduction to Statistics book.
- cholesterol-simplified.sas (command file) Descriptive methods for the Guatemalan cholesterol example.
- cholesterol-simplified-results.pdf results pdf color.
- cholesterol-simplified-results.html results html color.
- Birth rates in the US 2014 example (updated 27 January 2018):
- BirthratesUS2014-withrelativefreq.sas (command file) Descriptive methods for the birthrates of the US states and DC for 2014.
- BirthratesUS2014-withrelativefreq-results.pdf results pdf.
- BirthratesUS2014-withrelativefreq-results.html results html.
- Homophone confusion and Alzheimer's disease example (updated 27 January 2018):
- homophone.sas (command file) Descriptive methods for the Homophone confusion and Alzheimer's disease example.
- homophone-results.pdf results pdf.
- homophone-results.html results html.
- Vole reproduction example (updated 27 January 2018):
- voles.sas (command file) Descriptive methods for the Vole reproduction example.
- voles-results.pdf results pdf.
- voles-results.html results html.
- Wooly--bear caterpillar cocoon temperature example (updated 27 January 2018):
- woolybear.sas (command file) Descriptive methods for the Wooly--bear caterpillar cocoon temperature example.
- woolybear-results.pdf results pdf.
- woolybear-results.html results html.
- Living arrangements of college students and Opinions regarding United States scientific achievements survey examples (updated 27 January 2018):
- SurveyExamples.sas (command file) Descriptive methods for the Living arrangements of college students and Opinions regarding United States scientific achievements survey examples.
- SurveyExamples-results.pdf results pdf.
- SurveyExamples-results.html results html.
JMP files:
Download (save) the JMP report files and then run them in JMP.
- NHANES 2013--2014 example:
- nhanes1.jmp (JMP data table) NHANES 2013--2014 example data file (all data).
- nhanes1-height-adultonly.jrp (JMP report) NHANES 2013--2014 height of adults analysis.
- nhanes1-height-adultonly.pdf (PDF of JMP report) pdf of NHANES 2013--2014 height of adults analysis.
- Immigrant region of last residence example:
- immorigin.jmp (JMP data table) Immigrant region of last residence example data file.
- immorigin2.jrp (JMP report) Immigrant region of last residence example analysis.
- immorigin2.pdf (PDF of JMP report) pdf of Immigrant region of last residence example analysis.
- immorigin-compare.jrp (JMP report) Immigrant region of last residence example analysis COMMON SCALE.
- immorigin-compare.pdf (PDF of JMP report) pdf of Immigrant region of last residence example analysis COMMON SCALE.
- Weed seeds example:
- weedseeds.jmp (JMP data table) Number of weed seeds in a batch of grass example data file.
- weedseeds.jrp (JMP report) Number of weed seeds in a batch of grass example analysis.
- weedseeds.pdf (PDF of JMP report) pdf of number of weed seeds in a batch of grass example.
- Birth rates in the US 2014 example:
- BirthratesByState.jmp (JMP data table) Birthrates of the US states and DC for 2014 data file.
- BirthratesUS2014.jrp (JMP report) Descriptive methods for the birthrates of the US states and DC for 2014.
- BirthratesUS2014.pdf (pdf of JMP report) pdf of birthrates of the US states and DC for 2014 analysis.