Nuacht

The purpose of this tutorial is to continue our exploration of multivariate statistics by conducting a simple (one explanatory variable) linear regression analysis. We will continue to use the ...
The simplest form of regression in Python is, well, simple linear regression. With simple linear regression, you're trying to ...
Multiple regression and regression diagnostics. Generalised linear models; the exponential family, the linear predictor, link functions, analysis of deviance, parameter estimation, deviance residuals.
The purpose of this tutorial is to continue our exploration of regression by constructing linear models with two or more explanatory variables. This is an extension of Lesson 9. I will start with a ...