From fda12e0891997ac5f6db6081c8552bb51bd1541a Mon Sep 17 00:00:00 2001 From: "Adam B. Smith" Date: Fri, 23 Dec 2022 17:39:41 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ea2547..f9c0d61 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ -Statistical tools and helper functions, including back-transformation of principal component (PCA) scores, creatiion of all possible formulae from a set of terms while respecting marginality and user-specified constraints, stratified sampling, and 2-D histograms. You can install this package the usual way from `CRAN` or the development version (plus dependency `omnibus`) using: +Statistical tools and helper functions, including back-transformation of principal component (PCA) scores, creation of all possible formulae from a set of terms while respecting marginality and user-specified constraints, stratified sampling, and 2-D histograms. You can install this package the usual way from `CRAN` or the development version (plus dependency `omnibus`) using: `remotes::install_github('adamlilith/omnibus', dependencies=TRUE)` `remotes::install_github('adamlilith/statisfactory', dependencies=TRUE)` @@ -55,4 +55,4 @@ You may need to install package `remotes` first. * `hist2d`: Two-dimensional histogram * `histOverlap`: Histogram with overlapping or arbitrary bins -Adam B. Smith \ No newline at end of file +Adam B. Smith