ADA1 F21

UNM Stat 427/527: Advanced Data Analysis I (ADA1)

Fall 2021 Syllabus is below tables
  • Fall 2021
  • Tuesday: remote, asynchronous
  • Thursday: 9:30-10:45 AM at CTLB 300
  • Stat 427.001, CRN 59508; Stat 527.001, CRN 59509
COVID Return-to-campus Year

Step 0

Before our first “class” (Mon 8/23) please read through the following actions and install the required software on your computer.
  1. Install R (windows or mac) or upgrade, then RStudio.
  2. Install R packages.
    1. Follow these instructions: R packages.  (Ignore warning about rtools or any packages unavailable.)
    2. In RStudio, open Packages tab, click on “Update”, Select All, Install Updates (“No” to restart, “No” to compile from source).
  3. Install erikmisc package.
    1. Run the two lines under “Installation”:
      1. install.packages("devtools")
      2. devtools::install_github("erikerhardt/erikmisc")
        1. If it asks to update packages (it should not ask this if you updated packages above), press 3 [Enter] for “None”.
        2. If asks about “make” command, click “Cancel”.
        3. If asks about “git” command, click “Cancel”.
    2. Make sure it works by printing the logo:
      1. library(erikmisc)
      2. erikmisc_logo()
  4. Set up your computer
    1. RStudio disable notebook
    2. Operating system to be more friendly to programming.
If you have a Chromebook or no laptop, consider using RStudio Cloud > Individuals,  and when installing packages remove the type="binary" option.

Goal

This Is Statistics

Learn to produce beautiful (markdown) and reproducible (knitr) reports with informative plots (ggplot2) and tables (kable) by writing code (R, tidyverse, RStudio) to answer questions using fundamental statistical methods (all one- and two-variable methods), which you’ll be proud to present (poster).


Course content

Weekly structure

(also see “Assessment” below)
  1. Preparation (Tuesday): Reading, Video, Quiz due Tue 11:50 PM.
  2. Worksheet 1 (Tuesday): Assignment due by Fri 11:50 PM.
  3. Worksheet 2 (Thursday): Assignment due by Mon 11:50 PM.

Course notes, code, data, and video lectures

Second text: PDS Textbook Notes from Fall 2019: ADA1_notes_F19.pdf includes all chapters in one document. Citing lecture notes example: Erhardt EB, Bedrick EJ, and Schrader RM. (2019) Lecture notes for Advanced Data Analysis 1. Retrieved Sep 1, 2019, from statacumen.com/teach/ADA1/notes/ADA1_notes.pdf, 136–144. Creative Commons License Lecture notes for Advanced Data Analysis 1 (ADA1) Stat 427/527 University of New Mexico is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. Based on a work at https://statacumen.com/teach/ADA1/notes/ADA1_notes_F19.pdf.  
Ch Chapter Title Notes R code Video lectures playlist
00 Introduction to R, Rstudio, and ggplot pdf
01 Summarizing and Displaying Data pdf
02 Estimation in One-Sample Problems pdf
03 Two-Sample Inferences pdf
04 Checking Assumptions pdf
05 One-Way Analysis of Variance pdf
  • 05-1
(no videos recorded)
06 Nonparametric Methods pdf
07 Categorical Data Analysis pdf
08 Correlation and Regression pdf
09 Introduction to the Bootstrap pdf
  • 09-1
10 Power and Sample size pdf
11 Data Cleaning (not used this semester, ADA2 Ch 11 refers to Ch 12 below) pdf
12 ADA2 Ch 11 Logistic Regression pdf
 

Passion-Driven Statistics (PDS) data

  • NESARC Sampling Design, Codebook, RData. Alcohol abuse and related conditions.
    • Unique ID “IDNUM”.
    • AGE is in the data but not in the codebook.

  • UNM Learn for taking quizzes (graded automatically) and submitting assignments (evaluated by TA within 1 week).
    • After uploading a pdf assignment, verify it is there by viewing a preview of the file.
  • Lectures: YouTube Video playlist (try 1.5 speed, then pause as needed).
  • Assignments: YouTube Video playlist
  • RStudio cheatsheets
  • Erik’s example homework document: NESARC data, nicotine and depression.
    1. Use these files as a model for your assignments: .Rmd + .bib = .html.
    2. These are the files that Erik develops in the assignment videos (similar to just above, though above has more details): Rmd html

Timetable

Date Class Topic Reading, Video, Quiz class Worksheet, Data
08/23 00 Install software, survey Step 0 (above)
08/24 Tue 01
  • RMarkdown
  • (Intro to using RMarkdown: Rmd html)
08/26 Thu 02
  • 02 Medical records Rmd html
  • Download Rmd file to your computer, open in RStudio, edit it, print HTML to pdf, turn in assignment by Monday midnight to UNM Learn.
  • Class 02, Medical Records (separate)
  • video: CL02 (Ignore “crowdgrader” in last minute)
  • Due M 08/30
08/31 Tue 03 Codebook
09/02 Thu 04 (Due date one day later for Labor Day)
  • Class 04, Personal Codebook Rmd html
  • (Find this assignment contained the Outline below)
  • video: CL04
  • Due T 09/07
09/07 Tue 05 R programming, data subset and numerical summaries
  • ADA1 ALL Outline file Rmd html
  • Start using this Rmd file.
  • All of your assignments will be written in this file.
  • Read dataset in R, create subset of data, rename variables, numerical summaries.
  • Class 05, Data subset and numerical summaries
  • video: CL05a, CL05b, CL05c
  • Due F 09/10
09/09 Thu 06 Plotting univariate
09/14 Tue 07 Plotting bivariate, numeric response
  • Class 07, Plotting bivariate, numeric response
  • video: CL07a, CL07b
  • Due F 09/17
09/16 Thu 08 Plotting bivariate, categorical response
  • Class 08, Plotting bivariate, categorical response
  • video: CL08a, CL08b
  • Due M 09/20
09/21 Tue 09 Simple linear regression, intro
  • read: Ch 8.4, 8.2 R;
  • video: 08-1 corr/log, 08-3 LS reg eq;
  • quiz: quiz
  • Quiz 09, Simple linear regression, Logarithm transformation
  • Due T 09/21
  • Rmd html dat
  • Build intuition using SLR App, interpret properties of linear regression fit.
  • Class 09, Simple linear regression (separate)
  • video: CL09
  • Due F 09/24
09/23 Thu 10
  • Class 10, Simple linear regression
  • video: CL10
  • Due M 09/27
09/28 Tue 11 Logarithm transformation
  • Rmd html dat
  • Plot, transform, plot, and interpret.
  • video: CL11
  • Class 11, Logarithmic transformation, intro (separate)
  • Due F 10/01
09/30 Thu 12
  • Class 12, Logarithmic transformation
  • video: CL12
  • Due M 10/04
10/05 Tue 13 Correlation
10/07 Thu 14 Categorical contingency tables
10/12 Tue 15 Quiz 15, (NONE)
  • Class 15, Correlation and Categorical contingency tables
  • video: CL15a CL15b
  • Due M 10/18
10/14 Thu Fall Break 1/2 Spurious Correlations BBC Radio 4: More or Less, “sampling”, 9 min audio
10/19 Tue 16 Parameter estimation (one-sample)
  • read: Ch 2.1-2.2 R;
  • video: see table above;
  • quiz: quiz
  • Quiz 16, Inference and Parameter estimation
  • Due T 10/19
  • Rmd html
  • Class 16, Parameter estimation (one-sample) (separate)
  • video: CL16
  • Due F 10/22
10/21 Thu 17
  • Class 17, Inference and Parameter estimation (one-sample)
  • video: CL17a CL17b
  • Due M 10/25
10/26 Tue 18 Hypothesis testing (two-sample)
  • read: Ch 2.3-end RCh 3 R
  • video: see table above;
  • quiz: quiz
  • Quiz 18, Hypothesis testing
  • Due T 10/26
10/28 Thu 19 Paired data, assumption assessment
  • Rmd html dat
  • Class 19, Paired data, assumption assessment (separate)
  • video: CL19
  • Due M 11/01
11/02 Tue 20 ANOVA, post-hoc comparisons
  • read: Ch 2.2.1, Ch 3.4 & 3.6, Ch 4, Ch 5;
  • video: see table above;
  • quiz: quiz
  • Quiz 20, ANOVA, Pairwise comparisons
  • Due T 11/02
  • Class 20, Hypothesis testing (one- and two-sample)
  • video: CL20
  • Due F 11/05
11/04 Thu 21
  • Rmd html dat
  • Class 21, ANOVA, Pairwise comparisons (separate)
  • video: CL21
  • Due M 11/08
11/09 Tue 22 Quiz 22, (NONE)
  • Class 22, ANOVA and Assessing Assumptions
  • video: CL22
  • Due F 11/12
11/11 Thu 23
  • Rmd html
  • Class 23, Nonparametric methods (separate)
  • video: CL23
  • Due M 11/15
11/16 Tue 24 Nonparametric methods
  • read: Ch 6, Ch 7.2-7.4, Ch 10;
  • video: see table above;
  • quiz: quiz
  • Quiz 23, Nonparametric methods, Binomial and Multinomial tests
  • Due T 11/16
  • Rmd html dat
  • Class 24, Binomial and Multinomial tests (separate)
  • video: CL24
  • Due F 11/19
11/18 Thu 25 Binomial and multinomial proportion tests
  • Rmd html dat
  • Class 25, Two-way categorical tables (separate)
  • video: CL25
  • Due M 11/22
11/23 Tue 26 Two-way categorical tables
  • read: Ch 7.8-end, Ch 8.5-8.7;
  • video: see table above;
  • quiz: quiz
  • Quiz 25, Two-way categorical tables
  • Due T 11/23
  • Rmd html dat
  • Regression of height vs hand span using data from our class.
  • Class 26, Simple linear regression (separate)
  • video: CL26
  • Due M 11/29
11/25 Thu  Thanksgiving break
11/30 Tue 27 Simple linear regression, inference Quiz 27, (NONE)
  • Class 27, Two-way categorical and simple linear regression
  • video: CL27a CL27b
  • Due M 12/06
12/02 Thu Summary of Methods we’ve covered
12/07 Tue 28 Logistic regression, intro
  • read: ADA2 Ch 11.1-3, 11.6, PDS Ch 16;
  • video: see table above;
  • quiz: quiz
  • Quiz 28, Logistic regression
  • Due T 12/07
  • Rmd html dat
  • Class 28, Logistic regression (separate)
  • video: CL28
  • Due F 12/10
12/09 Thu 29
  • Class 29, Logistic regression
  • video: CL29
  • Due M 12/13
  1. EvalKit course evaluation: print a pdf of your email confirmation that you’ve completed the EvaluationKIt Survey and upload that to UNM Learn. (Due T 12/14)
  2. PDS Wesleyan U Qualtrics survey (email), no receipt required
12/14 Tue Finals week (no final) Congratulations on a great semester!
(I reserve the right to continue to modify the schedule and improve the materials throughout the semester.)

Syllabus

  • Description: Statistical tools for scientific research, including parametric and non-parametric methods for ANOVA and group comparisons, simple linear and multiple linear regression, and basic ideas of experimental design and analysis. Emphasis placed on the use of statistical packages such as R. Course cannot be counted in the hours needed for graduate degrees in Mathematics and Statistics.
  • Prerequisite: Math 1350 [Stat 145] (or other intro stats course)
  • Semesters offered: Fall
  • Lecture: Stat 427.001, CRN 59508; Stat 527.001, CRN 59509; TR 1530-1645; Location: Zoom
  • Email: Please include “ADA1” in the subject line of all emails.

Instructors

  • Professor
    • Erik Erhardt <erike@stat.unm.edu>, he/him
  • Teaching Assistants
    • Davis Dodson <djay611@unm.edu>, he/him
    • Shuang Yang <yangs@unm.edu>, he/him
  • Peer Learning Facilitators (PLF)
    • Valerie Fong

Office hours

See email “ADA1, Stat 427/527, Announcements” from 8/21/2 for Zoom links and instructions. UNM Authentication instructions.
Time Mon Tue Wed Thu Fri Sat Sun
8 AM
9 AM EE Class
10 AM EE Class
11 AM EE EE
12 PM
1 PM DD DD
2 PM DD DD
3 PM DD DD
4 PM SY SY
5 PM SY SY
6 PM SY SY
7 PM
8 PM
9 PM
  • We are also all available by appointment by email if these many hours do not work for you.

Student learning outcomes

At the end of the course, you will be able to: (student results: R, all years20152014, 20132012) General outcomes:
  1. Organize knowledge in graphs, tables, and code to support concise, comprehensible, and scientifically defensible written interpretations to produce knowledge within a reproducible research environment.
  2. Distinguish a testable scientific hypothesis or data-supported interpretation from an opinion.
  3. Understand from a data story the goals of the study and apply the correct statistical procedure.
  4. Explain the scientific aspects of a problem to nonscientists in a fashion that enhances understanding and decision making.
Topical outcomes:
  1. Define parameters of interest and hypotheses in words and notation.
  2. Summarize data visually, numerically, and descriptively and interpret the observed characteristics. Calculate and interpret numerical summaries such as mean, variance, five-number summary, confidence intervals, and p-values, and create visual summaries such as bar plots, scatter plots, and histograms. (Never pie charts!)
  3. Distinguish between statistical significance and scientific relevance.
  4. Use statistical software, such as R, to read and manage data, create informative plots, report numerical summaries, and apply statistical models, by recommended programming practice including abstraction and documentation.
  5. Understand the differences and limitations of controlled experiments and observational studies. Design experiments to infer causal treatment effects. Analyze observational data to infer associations between measured variables.
  6. Identify and explain the statistical methods, assumptions, and limitations used in reported studies in scientific literature or popular media.
  7. Evaluate and criticize published studies, the work of peers, and your own work and assess what was done well, what could be done better, and examine whether their conclusions are supported using statistical principles.
  8. Make evidence-based decisions by constructing and deciding between testable hypotheses using appropriate data and methods.
  9. Discover relationships and make predictions through model development and selection.

Meeting the learning outcomes

You will acquire new information in this class, but the emphasis is comprehending, integrating, and applying information. Rote factual memorization is the lowest form of learning. Effective learning takes place by explaining, integrating, applying, and analyzing facts, hypotheses, and theories. Learning in this class occurs by:
  1. Doing – completion of exercises that require analysis of data to answer questions and test hypotheses, or researching answers to reading assignments.
  2. Discussion – interaction with classmates to assemble and synthesize information utilizing the collective skills and knowledge base of the group.
  3. Listening, acting, and reflecting – activities during class time provide insights into information not available in readings and includes review difficult material to aid comprehension. Note-taking permits later reflection on lecture content. Listening to the professor lecture is the least effective learning tool for both students, however, and you should plan on coming to every class prepared to participate in active and reflective learning opportunities.

Assessment

  • Quizzes will be due each Tuesday before class (for fully face-to-face semesters).  Purpose: to assess reading and video comprehension and assure you’re prepared to actively participate in class activities with minimal lecture. (About 12, 20% of final grade.)  Most weeks plan for 1-2 hours reading and video, 20-minute quiz. Quizzes are not timed, they can be taken twice, and the higher of the two scores is used for grade calculation.
    • Viewing quiz solutions after the due date in UNM Learn is not intuitive.  Click on the “Begin” button (this is the non-intuitive part since you are not actually beginning the quiz), then click “View All Attempts” to see the scores.  Finally, click the score in the “Calculated Grade” column to see the feedback for each question of the quiz.
  • Worksheet assignments.  Purpose: to struggle and find success in class with the concepts and skills. (About 24, includes class participation, 78% of final grade) Most weeks plan to finish in class.
  • Course surveys are due at the end of the course (EvalKit).  (About 2, 2% of final grade.)
  • No Poster session during COVID years (F20, F21, …?).
  • Roughly speaking, the lowest 2-weeks worth of assignments are dropped, so your lowest 2 quizzes and 4 worksheet assignments are not included in the calculation of your grade (this could include a worksheet assignment that spanned a full week).
Final grade may include a small buffer at the discretion of the instructor. For example, final grade could be the total points earned divided by the total possible points times 0.98 for graduate students and 0.95 for undergraduate students. That is [Final Grade] = [Points Earned]/[Points possible * 0.95] so that your grade is slightly higher than you earned. All assignments in this class are electronic, submitted to UNM Learn.  For all submissions: (1) In RMarkdown, knit Rmd file to HTML, (2) Open HTML file in your internet browser, (3) Print HTML to pdf file, (4) Submit pdf to UNM Learn. Browser choice: Chrome is the best browser choice.  On a Mac, Safari adds “.txt” to RMarkdown files when downloaded, and Firefox sometimes fails on upload of a pdf to UNM Learn. Late assignments will not be accepted. Rubrics guide assessment (and self-assessment) of homework, code, projects, exams, and presentations.  Each assignment will have its own specific rubric. The use of R and RMarkdown are required for the course.  This will include all of the R code for the assignment with the part of the problem it addresses in a fixed-width font and syntax highlighting. You will weave your code with prose narrations of your work and solutions.

Collaboration and citation

For homework, I encourage you to work together. Please discuss the data, code, and problems with one another, but do your own exploration and write up. We expect everyone to submit substantially different homework, and we will enforce this under the honor code. The small benefit you might get from plagiarism is not worth the severe penalty (of lost trust, being reported to the dean, no points for the assignment, etc.). As in life, please use any resources available to you. Projects and some homework will explicitly encourage you to use resources on the internet, but showing extra initiative will always be appreciated. You may find R programming tough at first, so feel free to discuss your problems with other classmates or meet with or email questions to me or the TAs. I encourage you to use the ideas of others, but make them your own, giving credit. For projects have a formal bibliography, for homework cite casually, and for code simply copy the URL in as a comment (which is doubly helpful for finding the resource again).  You won’t be the first person to do anything in this class, so give credit where it’s due.

Statements

UNM Administrative Mandate on Required Vaccinations

All students, staff, and instructors are required by UNM Administrative Mandate on Required Vaccinations to be fully vaccinated for COVID-19 as soon as possible, but no later than September 30, 2021, and must provide proof of vaccination or of a UNM validated limited exemption or exemption no later than September 30, 2021 to the UNM vaccination verification site. Students seeking medical exemption from the vaccination policy must submit a request to the UNM verification site for review by the UNM Accessibility Resource Center. Students seeking religious exemption from the vaccination policy must submit a request for reasonable accommodation to the UNM verification site for review by the Compliance, Ethics, and Equal Opportunity Office. For further information on the requirement and on limited exemptions and exemptions, see the UNM Administrative Mandate on Required Vaccinations.

UNM Requirement on Masking in Indoor Spaces

All students, staff, and instructors are required to wear face masks in indoor classes, labs, studios and meetings on UNM campuses, see the masking requirement. Qualified music students must follow appropriate specific mask policies issued by the Chair of the Department of Music and the Dean of the College of Fine Arts. Students who do not wear a mask indoors on UNM campuses can expect to be asked to leave the classroom and to be dropped from a class if failure to wear a mask occurs more than once in that class. Students and employees who do not wear a mask in classrooms and other indoor public spaces on UNM campuses are subject to disciplinary actions. UNM will periodically evaluate and update the mask policy relative to public health conditions.

Communication on change in modality

The President and Provost of UNM may direct that classes move to remote delivery at any time to preserve the health and safety of the students, instructor and community.  Please check [fill in your communication system] regularly for updates about our class and please check https://bringbackthepack.unm.edu regularly for general UNM updates about COVID-19 and the health of our community.

COVID-19 mask usage

Acceptable masks and mask wearing in class

A two-layer mask that covers the nose and mouth and that is cleaned regularly is acceptable, as are disposable medical masks, KN95, KF94, FFP1, and FFP2 masks. A face shield is not sufficient protection. It is vital that you wear your mask correctly, covering your nose and mouth. Removing your mask for an extended period to eat or drink in class violates the university mask requirement and endangers others.

Consequences of not wearing a mask properly

If you don’t wear a mask, or if you do not wear a mask properly by covering your nose and mouth, you will be asked to leave class. If you fail to wear a mask properly on more than one occasion, you can expect to be dropped from the class. If you insist on remaining in the classroom while not wearing a mask, class will be dismissed for the day to protect others and you will be dropped from the class immediately. The instructor will try to have a few disposable masks available on a first-come, first-served basis.

Accommodations

In accordance with University Policy 2310 and the Americans with Disabilities Act (ADA), academic accommodations may be made for any student who notifies the instructor of the need for an accommodation. It is imperative that you take the initiative to bring such needs to the instructor’s attention, as I am not legally permitted to inquire. Students who may require assistance in emergency evacuations should contact the instructor as to the most appropriate procedures to follow. Contact Accessibility Resource Center at 277-3506 or arcsrvs@unm.edu for additional information. UNM is committed to providing courses that are inclusive and accessible for all participants. As your instructor, it is my objective to facilitate an accessible classroom setting, in which students have full access and opportunity. If you are experiencing physical or academic barriers, or concerns related to mental health, physical health and/or COVID-19, please consult with me after class, via email/phone or during office hours. You are also encouraged to contact Accessibility Resource Center at arcsrvs@unm.edu or by phone 277-3506.

Credit-hours

This is a three credit-hour course. Class meets for three 50-minute sessions of direct instruction for fifteen weeks during the Fall 2021 semester. Students are expected to complete a minimum of six hours of out-of-class work (or homework, study, assignment completion, and class preparation) each week.

Title IX statement

Our classroom and our university should always be spaces of mutual respect, kindness, and support, without fear of discrimination, harassment, or violence. Should you ever need assistance or have concerns about incidents that violate this principle, please access the resources available to you on campus, especially the LoboRESPECT Advocacy Center and the support services listed on its website (http://loborespect.unm.edu/). Please note that, because UNM faculty, TAs, and GAs are considered “responsible employees” by the Department of Education, any disclosure of gender discrimination (including sexual harassment, sexual misconduct, and sexual violence) made to a faculty member, TA, or GA must be reported by that faculty member, TA, or GA to the university’s Title IX coordinator at the Office of Compliance, Ethics, and Equal Opportunity. For more information on the campus policy regarding sexual misconduct, please see: https://policy.unm.edu/university-policies/2000/2740.html.

Citizenship and/or Immigration Status

All students are welcome in this class regardless of citizenship, residency, or immigration status.  Your professor will respect your privacy if you choose to disclose your status. As for all students in the class, family emergency-related absences are normally excused with reasonable notice to the professor, as noted in the attendance guidelines above. UNM as an institution has made a core commitment to the success of all our students, including members of our undocumented community. The Administration’s welcome is found on our website: http://undocumented.unm.edu/.

Land Acknowledgement

Founded in 1889, the University of New Mexico sits on the traditional homelands of the Pueblo of Sandia. The original peoples of New Mexico Pueblo, Navajo, and Apache since time immemorial, have deep connections to the land and have made significant contributions to the broader community statewide. We honor the land itself and those who remain stewards of this land throughout the generations and also acknowledge our committed relationship to Indigenous peoples. We gratefully recognize our history.

Support in Receiving Help

Students who ask for help are successful students. I encourage students to be familiar with services and policies that can help them navigate UNM successfully. Many services exist to help you succeed academically, such as peer tutoring at CAPS and http://mentalhealth.unm.edu. There are plenty of ways to find your place and your pack at UNM: see the “student guide” tab on my.unm, students.unm.edu, or ask me for information about the right resource center or person to contact.

Doing the Right Thing

UNM has policies to preserve and protect you and the academic community available in the Student Pathfinder as well as in the Faculty Handbook. These include policies on student grievances D175 (undergraduates) and D176 (graduate and professional students), academic dishonesty (D100), and respectful campus (CO9). Please ask for help in understanding and avoiding plagiarism (passing the work or words of others off as your own work or words) or other forms of academic dishonesty. Doing something dishonest in a class or on an assignment can lead to serious academic consequences. Come talk with me about your concerns or needs for academic flexibility or talk with support staff at one of our student resource centers before you do something that may endanger your career.  

Our Classroom

We’re doing this because:
  • We want you to be empowered with statistics.
  • We believe everyone should get out of this course with awesome skills
  • Real-time feedback promotes efficient learning
“It encourages me to engage actively with the course material and to take responsibility for my learning.”

GAISE Connections

Our six recommendations include the following:
  1. Teach statistical thinking.
    • Teach statistics as an investigative process of problem-solving and decision making.
    • Give students experience with multivariable thinking.
  2. Focus on conceptual understanding.
  3. Integrate real data with a context and purpose.
  4. Foster active learning.
  5. Use technology to explore concepts and analyze data.
  6. Use assessments to improve and evaluate student learning.

Learning without thought is labor lost. What I hear, I forget. What I see, I remember. What I do, I understand. – Confucius

Archive

 

Pre-course to-dos

Did you receive a registration error for Fall 2020? Send me an email with the following answers:
  1. What registration error did you get (copy/paste is best)?
  2. What is your UNM ID?
  3. What is your Math/Stat background (that is, do you have the pre-requisites)?
If you are waitlisted, as long as there are seats available I will override you into the course. Don’t worry.  

Course introduction materials

 

Problems installing PDS package?  Solution. If you had problems installing the PDS package, no problem; here’s how to get the data: 1. Download the “.RData” file above for your dataset. 2. Where I have “library(PDS)” in my code, change it to the two lines below.  You’ll need to update the “PATH_TO_FILE” below to the path on your computer’s hard drive, and “filename” needs to be changed to the name of the file. This will directly read the data file.

# library(PDS)
setwd("/PATH_TO_FILE")
load("filename.RData")
 
  Unicode compile problems:  If you knit to pdf you may get this error: “! Package inputenc Error: Unicode char”.  ASCII is a small character set what we use to program in, Unicode is an extended character set that looks pretty (for example “straight quotes” become “curly quotes”) but causes code to break.  You get unwanted Unicode when you copy/paste from a pdf or some other source into your code.  To fix this, you have to find the Unicode and replace it with it’s ASCII equivalent.  To do this: Ctrl-F to find, search for “[^\x00-\x7F]” (without quotes), select “Regex” for regular expressions, and find the “Next” one.  As it finds instances, replace the characters manually until there are no more.  These characters will typically be curly quotes or fancy dashes.

Acumen in Statistics