Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlilith authored Dec 23, 2022
1 parent 97f0a04 commit fda12e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<img align="right" src="statisfactory.png" height="223"/>

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 <a href="https://cran.r-project.org/package=statisfactory">`CRAN`</a> or the development version (plus dependency <a href="https://cran.r-project.org/package=omnibus">`omnibus`</a>) 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 <a href="https://cran.r-project.org/package=statisfactory">`CRAN`</a> or the development version (plus dependency <a href="https://cran.r-project.org/package=omnibus">`omnibus`</a>) using:

`remotes::install_github('adamlilith/omnibus', dependencies=TRUE)`
`remotes::install_github('adamlilith/statisfactory', dependencies=TRUE)`
Expand Down Expand Up @@ -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
Adam B. Smith

0 comments on commit fda12e0

Please sign in to comment.