In this module, we will introduce generalized linear models (GLMs) through the study of binomial data. In particular, we will motivate the need for GLMs; introduce the binomial regression model, ...
Many response variables are handled poorly by regression models when the errors are assumed to be normally distributed. For example, modeling the state damaged/not damaged of cells after treated with ...
Suggested diagnostics for influence on the estimated regression coefficients in a generalized linear model have generally approximated the effect of deleting a single case. We apply the local ...
We express the mean and variance terms in a double-exponential regression model as additive functions of the predictors and use Bayesian variable selection to determine which predictors enter the ...
Genome-wide association studies (GWAS) are widely used to uncover novel genetic susceptibility loci for complex genetic diseases. If the true genetic model is known, the association test reflecting ...
If you have experience with R or want a quick way to generate a regression with statsmodels using a pandas DataFrame, you can use R-style formulas. First, you need to import statsmodels and its ...