Drop links or images here to add them to the editor.



2.13 BEPAS Testing normality

Another way to visualize the distribution, is using histograms.


par(mfrow=c(1,2))
hist(BEPAS$MVPA_acc [BEPAS$Walkability=="Low walkability"])
hist(BEPAS$MVPA_acc [BEPAS$Walkability=="High walkability"])