Statistical Workflow
stats
lm
A statistical workflow is generally the same for most analyses, and thinking your way through this workflow can help you decide what kind of analysis you’d like to do.
- Decide on your question(s)
- Helps guide exploration and models
- Preliminary data exploration
- Helps determine answers to questions and guide model development
- Decide on a model type
- Simple linear model, generalized linear model, mixed model, etc.
- What package to use for this model
- Run model
- Check model diagnostics/assumptions
- As required, go back to Step 3 (Model type)
- Consider transformations if required
- If so, go back to Step 4 (Run Model)
- Interpret model
- Summary tables
- ANOVA tables
- Post-Hoc analyses
- Create figures to visually show your model results