Skip to content

Commit

Permalink
Added references to README
Browse files Browse the repository at this point in the history
  • Loading branch information
wleoncio committed Nov 13, 2023
1 parent dafb6a7 commit 3313e9c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion 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

Expand Down Expand Up @@ -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

<!-- badges: start -->
Expand Down

0 comments on commit 3313e9c

Please sign in to comment.