What is a general linear modelling (GLM)?
What is a linear model?
helps to indicate if there is an association between two variables
What are nuisance variables?
confounders and competing exposures
On stata what does ‘regress’ mean? continuous variables
it is used to make linear models/linear regressions
What do you do with regress on stata if the variables are categorical?
xi precedes regress
e.g. xi: regress weight i. sex
what is a logistic regression and when is it used?
it is used if the outcome is binary and is categorical
e.g. xi:logistic comply not i. sex