https://github.com/jancaha/stathelper
R package that simplifies calculation of statistics
https://github.com/jancaha/stathelper
package r statistics
Last synced: 12 months ago
JSON representation
R package that simplifies calculation of statistics
- Host: GitHub
- URL: https://github.com/jancaha/stathelper
- Owner: JanCaha
- License: mit
- Created: 2022-02-18T09:36:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-25T22:07:45.000Z (over 4 years ago)
- Last Synced: 2025-04-03T01:15:21.380Z (about 1 year ago)
- Topics: package, r, statistics
- Language: R
- Homepage: https://jancaha.github.io/statHelper/
- Size: 82 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# statHelper
The aim of the package is to provide simple interface to do repetitive tasks focus on statistical evaluation of data.
## Installation
You can install the current version of the package from GitHub using package remotes:
``` r
remotes::install_github("JanCaha/statHelper")
```