An open API service indexing awesome lists of open source software.

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.

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
```