mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
changing to sh
This commit is contained in:
parent
6f6a049e49
commit
6c2c49d058
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue