Skip to content

Commit

Permalink
Update stat_method_tbl.csv
Browse files Browse the repository at this point in the history
  • Loading branch information
DrLynTaylor authored Sep 23, 2024
1 parent 233d66f commit 72b7085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/stat_method_tbl.csv
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Generalized Linear Models,Logistic Regression,[R](R/logistic_regr),[SAS](SAS/log
Generalized Linear Models,Poisson/Negative Binomial Regression,[R](R/count_data_regression),,,[R vs SAS](Comp/r-sas_negbin)
Generalized Linear Models,Categorical Repeated Measures,,,,
Generalized Linear Models,Categorical Multiple Imputation,,,,
Non-parametric Analysis,Wilcoxon signed rank,[R](R/wilcoxonsr_hodges_lehman),[SAS](SAS/wilcoxonsr_HL),,
Non-parametric Analysis,Wilcoxon signed rank,[R](R/wilcoxonsr_hodges_lehman),[SAS](SAS/wilcoxonsr_HL),,[R vs SAS](Comp/r-sas_wilcoxonsr_HL)
Non-parametric Analysis,Mann-Whitney U/Wilcoxon rank sum,[R](R/nonpara_wilcoxon_ranksum),[SAS](SAS/ranksum),,
Non-parametric Analysis,Kolmogorov-Smirnov test,,,,
Non-parametric Analysis,Kruskall-Wallis test,[R](R/kruskal_wallis),[SAS](SAS/kruskal_wallis),[Python](python/kruskal_wallis),[R vs SAS](Comp/r-sas_kruskalwallis)
Expand Down

0 comments on commit 72b7085

Please sign in to comment.