mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
neaten
This commit is contained in:
parent
1a893097ac
commit
ffdf4a4281
5 changed files with 63 additions and 0 deletions
4
data/s1.sh
Executable file
4
data/s1.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
mlr --opprint "$@" stats1 -a mean,sum,count,min,max -f i,x,y -g a,b ../data/medium
|
||||
echo
|
||||
mlr --opprint "$@" stats1 -a mean,sum,count,min,max -f i,x,y ../data/medium
|
||||
4
data/s2.sh
Executable file
4
data/s2.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
mlr --opprint --right "$@" stats2 -a linreg-ols,linreg-pca,r2,corr,cov -f x,y,xy,y2,x2,x2 -g a,b ../data/mediumwide
|
||||
echo
|
||||
mlr --oxtab --right "$@" stats2 -a linreg-ols,linreg-pca,r2,corr,cov -f x,y,xy,y2,x2,x2 ../data/mediumwide
|
||||
4
data/s3.sh
Executable file
4
data/s3.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
mlr --opprint "$@" step -a rsum,delta,counter -f x,y -g a ../data/small
|
||||
echo
|
||||
mlr --opprint "$@" step -a rsum,delta,counter -f x,y ../data/small
|
||||
Loading…
Add table
Add a link
Reference in a new issue