From 3313e9cf48a349eb47edd51ec9e12e07d0a06806 Mon Sep 17 00:00:00 2001 From: Waldir Leoncio Date: Mon, 13 Nov 2023 06:10:38 +0100 Subject: [PATCH] Added references to README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0244f98..c05440e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # permChacko -permChacko is an R package that implements a modified version of the Chacko (1966) algorithm for order restriction. +permChacko is an R package that implements a modified version of the [Chacko (1966)](https://www.jstor.org/stable/25051572) algorithm for order restriction. ## Installation @@ -32,6 +32,12 @@ library(permChacko) permChacko(chacko66_sec3) # example 5 from Chacko (1966) ``` +## References + +Chacko, V. J. "Testing homogeneity against ordered alternatives." The Annals of Mathematical Statistics (1963): 945-956. https://www.jstor.org/stable/2238476 + +Chacko, V. J. (1966). Modified Chi-Square Test for Ordered Alternatives. Sankhyā: The Indian Journal of Statistics, Series B (1960-2002), 28(3/4), 185–190. http://www.jstor.org/stable/25051572 + ## Badges