This commit is contained in:
John Kerl 2015-08-22 13:32:35 -04:00
parent 1a893097ac
commit ffdf4a4281
5 changed files with 63 additions and 0 deletions

4
data/s1.sh Executable file
View 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
View 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
View 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