1 / 12

Using R for Introductory Statistics

Using R for Introductory Statistics. Chad Birger University of Sioux Falls. Statistics at USF. Courses Taught: MAT233: Introduction to Statistics MAT302: Probability and Statistics. Introduction to Statistics. Three Main Units: Data and Descriptive Statistics Probability

zubeda
Download Presentation

Using R for Introductory Statistics

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Using R for Introductory Statistics Chad Birger University of Sioux Falls

  2. Statistics at USF • Courses Taught: • MAT233: Introduction to Statistics • MAT302: Probability and Statistics

  3. Introduction to Statistics • Three Main Units: • Data and Descriptive Statistics • Probability • Basic Inferential Statistics

  4. Data • Methods of Data Entry: • Using a list to enter data: • Using the scan() function: • Reading in from a database table

  5. Graphing Data • Categorical Data: • Table • Bar-plot • Pie Chart • Numerical Data: • Stem-plot • Histogram • Box-Plot

  6. Measures of Center • Mean • Median • Mode • Midrange

  7. Measures of Variation and Position • Sample Variance • Sample Standard Deviation • Quartiles and Quantiles • Five-number summary • Percentiles • Inner Quartile Range • Z-scores

  8. Paired Categorical Data

  9. Paired Numerical Data • Scatter-plot of paired data • Correlation Coefficient • Linear Regression Line

  10. Probabilities • R has functions built in for most “families” • “d”: Returns the p.d.f. of the distribution • “p”: Returns the c.d.f. of the distribution • “q”: Returns the quantiles • “r”: Returns random samples from a distribution

  11. And Much more • Simulation • Confidence Intervals • Significance Tests • Goodness of Fit • Linear Regression • Analysis of Variance • …

  12. Using R • Advantages of using R for an Introductory Statistics Course: • Free • Programmable • Many references available (for FREE) • Disadvantages: • Lack of Student Computing Background • Not Point-and-Click • Using for in-class exams

More Related