https://github.com/transgirlcodes/bootmeanr
R script for conveniently computing summary stats and boot.ci of the mean from command line.
https://github.com/transgirlcodes/bootmeanr
Last synced: about 2 months ago
JSON representation
R script for conveniently computing summary stats and boot.ci of the mean from command line.
- Host: GitHub
- URL: https://github.com/transgirlcodes/bootmeanr
- Owner: TransGirlCodes
- License: gpl-2.0
- Created: 2016-07-21T14:34:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-29T11:50:08.000Z (almost 9 years ago)
- Last Synced: 2025-02-12T08:56:38.282Z (4 months ago)
- Language: R
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bootmeanr
R script for conveniently computing summary stats and boot.ci's from command line.## Example useage:
```sh
cat example.txt | Rscript bootmean.R --head --delim "," > example_out.txt
```For full flag options see:
```sh
Rscript bootmean.R --help
```