knitr::opts_chunk$set( collapse = TRUE, comment = "#ws>" )
library(Intro2MLR)
This package is designed mainly for those who have completed an introductory course of statistics -- this would include such topics as:
- variables
- probability
- probability functions -- discrete random variables
- probability density functions -- continuous random variables
- bivariates -- both probability and density bivariate functions
- point and interval estimation
- hypothesis testing
- t - tests
- 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.
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.
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
Resources for the book can be obtained here
We will cover chapters 9,11-17.
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.
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:
- 4 Assignments -- these will be spaced unevenly through the semester and include problems from the text (MS 6th edition)
- 10 or more Labs -- mostly one per week
- Class mini-labs -- these will be assigned as required
- In class quizzes
- Chapter quizzes -- these will take the form of CANVAS quizzes
- 2 Projects
- 2 mid term exams
- Final exam
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:
- Functional programming
- Package making
- Shiny server implementation
- Extensive use of appropriate widgets
- Dynamic and on topic plots
- Warning through conditioning -- creating more robust and self contained functions
- S3 Object Oriented Programming
- Using R formulae
y~x1+x2+ x1:x2
- Interpret all output
- Master the statistical theory
- Use
flexdashboard
well
The course is intensive and very worthwhile with the possibility that you will become power R users and power statisticians. Good luck!!
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.