changing to sh

This commit is contained in:
jungle-boogie 2015-08-26 14:27:01 -07:00
parent 6f6a049e49
commit 6c2c49d058

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