This lesson is in the early stages of development (Alpha version)

Introduction data pre-processing and GLMs in R: Glossary

Key Points

Advanced data preparation
  • Edit dataframes

  • types of data is ready for GLM

  • method to test and find the best models

  • check

Advanced data preparation practical 1
Linear models (LM)
  • We can model linear data using LM models.

  • We learned how to assess the quality of fit of our model to the data.

  • We learned to apply ANOVA to LM and can interpret the results

Generalised linear models (GLM)
  • We can model linear data using GLM models.

  • We learned how to assess the quality of fit of our model to the data.

  • We learned to apply ANOVA to GLM and can interpret the results

GLM practical 1

Glossary