Chapter 8 Linear Models III
LEARNING OUTCOMES
- Identify the capabilities of R and RStudio's environment and appraise their functionality.
- Distinguish between R functions, objects, and diverse data wrangling approaches.
- Apply basic programming skills to import and organize the data using classic data wrangling approaches and the tidyverse grammar.
- Evaluate the R code and appraise the outputs to demonstrate a satisfactory level of basic programming skills in R.
The purpose of a statistical model is to help understand what variables might best predict a phenomenon of interest, which ones have more or less influence, define a predictive equation with coefficients for each of the variables, and then apply that equation to predict values using the same input variables for other areas. This process requires samples with observations of the explanatory (or independent) and response (or dependent) variables in question.
linear regression with factors and quant variables + robust regression