knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#ws>"
)
library(Intro2MLR)

Introduction

This package is designed mainly for those who have completed an introductory course of statistics -- this would include such topics as:

  1. variables
  2. probability
  3. probability functions -- discrete random variables
  4. probability density functions -- continuous random variables
  5. bivariates -- both probability and density bivariate functions
  6. point and interval estimation
  7. hypothesis testing
  8. t - tests
  9. SLR - Simple Linear Regression

In addition some background in linear algebra would be helpful, though not essential if you are prepared to put in the extra work to get up to speed in this area of mathematics.

Other topics needed

Having a good background in R will be of tremendous help to you since all statistical computing will be done via the ide RStudio.

This includes familiartity with the production of professional and polished final documents knitted from R markdown into HTML.

Text

The text we will use is the same one students use for the OU course MATH 4753 Applied Statistical Methods, namely Statistics for Engineering and the Sciences sixth edition, by Mendenhall and Sincich

{ width=20%}

Resources for the book can be obtained here

We will cover chapters 9,11-17.

Data

Other theoretical and practical instruction

The course will be embellished heavily with additional resources. Much of the theoretical proof will be taught in class and also readings assigned outside of the text book.

Work load

We will cover most of what is needed in one semester. To facilitate the uptake and understanding of the topics there is a necessary course load:

  1. 4 Assignments -- these will be spaced unevenly through the semester and include problems from the text (MS 6th edition)
  2. 10 or more Labs -- mostly one per week
  3. Class mini-labs -- these will be assigned as required
  4. In class quizzes
  5. Chapter quizzes -- these will take the form of CANVAS quizzes
  6. 2 Projects
  7. 2 mid term exams
  8. Final exam

R skills

This course will innovate on R's continual development by means of new packages built on Advanced R meta programming techniques (programming on code as data).

Your responsibility will be to advance your understanding and ability by perfecting the following:

  1. Functional programming
  2. Package making
  3. Shiny server implementation
    • Extensive use of appropriate widgets
    • Dynamic and on topic plots
  4. Warning through conditioning -- creating more robust and self contained functions
  5. S3 Object Oriented Programming
  6. Using R formulae y~x1+x2+ x1:x2
  7. Interpret all output
  8. Master the statistical theory
  9. Use flexdashboard well

Conclusion

The course is intensive and very worthwhile with the possibility that you will become power R users and power statisticians. Good luck!!



MATHSTATSOU/Intro2MLR documentation built on Dec. 11, 2020, 9:01 p.m.