Skip to content

Commit

Permalink
Update ancova.qmd
Browse files Browse the repository at this point in the history
  • Loading branch information
alanahjonas95 authored Oct 21, 2024
1 parent ba374b0 commit f4e1fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ancova.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ ANOVA is a statistical method used to compare the means of three or more groups

ANCOVA (Analysis of Covariance) is a statistical method that compares the means of two or more groups while controlling for one or more continuous covariates. By adjusting for these covariates, ANCOVA helps to reduce potential confounding effects, allowing for a clearer assessment of the main treatment effects. It assumes linear relationships between covariates and the dependent variable, along with normality and homogeneity of variances.

We follow the example from link \[Analysis of Covariance\](https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_glm_examples04.htm)
We follow the example from link [Analysis of Covariance](https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_glm_examples04.htm)

## Data Summary

Expand Down

0 comments on commit f4e1fa4

Please sign in to comment.