The Model
<- model_ancova %>% tidy() model_tidy %>% gt() model_glanceThe Model
%>% gt() model_tidy
The Model
add_row(term = "Total", df = sum(.$df), sumsq = sum(.$sumsq)) %>% gt() model_tableType 1
get_anova_table() %>% gt()Type 2
get_anova_table() %>% gt()Type 3
get_anova_table() %>% gt()ANOVA
Getting Started
-To demonstrate the various types of sums of squares, we’ll create a data frame called df_disease
taken from the SAS documentation (reference). For more information/to investigate this data go here
To demonstrate the various types of sums of squares, we’ll create a data frame called df_disease
taken from the SAS documentation.
The Model
diff --git a/R/cmh.html b/R/cmh.html index 795d34b5..a0b4277d 100644 --- a/R/cmh.html +++ b/R/cmh.html @@ -222,23 +222,23 @@Available R packages<
We did not find any R package that delivers all the same measures as SAS at once. Therefore, we tried out multiple packages:
linear-models
Getting Started
-To demonstrate the various types of sums of squares, we'll create a data frame called df_disease
taken from the SAS documentation (reference). For more information/to investigate this data go here
To demonstrate the various types of sums of squares, we’ll create a data frame called df_disease
taken from the SAS documentation.
The Model
diff --git a/SAS/linear-regression.html b/SAS/linear-regression.html index d375b48e..1d54ec56 100644 --- a/SAS/linear-regression.html +++ b/SAS/linear-regression.html @@ -198,7 +198,7 @@Linear Regression
Repository
The repository below provides examples of statistical methodology in different software and languages, along with a comparison of the results obtained and description of any discrepancies.