Recent Posts

Non-Parametric Analysis Of Variance

6 minute read

As we’ve seen in the last few posts, linear models can be successfully applied to many data sets. However, there may be times when even after transforming va...

Advanced Experimental Designs

25 minute read

So far, we have considered designs with just two levels per factor, which is fine for inherently binary factors. However, if our study requires us to include...

Logistic Regression

7 minute read

So far, we’ve seen regression techniques for continuous and categorical response variables. There is a different form of regression called logistic regressio...

Transforming Non-Linear Variables

8 minute read

If we have data that includes factors with more than two levels, we have the ability to evaluate non-linear relationships between predictor and response vari...

Model Selection

20 minute read

This post presents methods for finding a balance between under fitting and over fitting a model. Under fitting is when the model is a poor predictor of the r...