mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 10:15:36 +00:00
4 lines
238 B
Bash
Executable file
4 lines
238 B
Bash
Executable file
#!/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
|