Merge pull request #42 from jungle-boogie/patch-10

changing to sh
This commit is contained in:
John Kerl 2015-09-20 09:48:28 -04:00
commit db7dd640ed

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
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