logo

Statistical Analysis

This section introduces the principles and applications of practical statistical models, especially the core subjects of regression analysis and time series analysis. For most topics we provide R example code using basic built-in datasets that require no downloads, so feel free to copy and paste to learn.

Regression Analysis

Multiple Regression Analysis

Residual Analysis

Multicollinearity

Derived Models

Time Series Analysis

Internal Factors

External Factors

Heteroskedasticity

Spatial Statistics Analysis

Matheron SchoolMatheron school

Areal Data Analysis

  • Proximity Matrix
  • Moran’s I
  • Geary’s C
  • Conditional Autoregressive Model CAR
  • Spatial Autoregressive Model SAR
  • Spatial Error Model SEM
  • Spatial Durbin Model SDM

Main References

  • Banerjee. (2015). Hierarchical Modeling and Analysis for Spatial Data(2nd Edition)
  • Brunton. (2022). Data-Driven Science and Engineering : Machine Learning, Dynamical Systems, and Control(2nd Edition)
  • Cryer. (2008). Time Series Analysis: With Applications in R(2nd Edition)
  • Hadi. (2006). Regression Analysis by Example(4th Edition)
  • James. (2013). An Introduction to Statistical Learning with Applications in R

All posts