mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
complete pull request
This commit is contained in:
parent
6d35695f34
commit
25a4dc1ada
1 changed files with 1 additions and 1 deletions
|
|
@ -26,6 +26,6 @@ do
|
|||
#echo
|
||||
#echo p $p
|
||||
#a.out $p|mlr --oxtab stats2 -a linreg-ols,linreg-pca -f x,y
|
||||
echo "p=$p,$(a.out $p | mlr stats2 -a linreg-ols,r2,linreg-pca -f x,y)"
|
||||
echo "p=$p,`a.out $p | mlr stats2 -a linreg-ols,r2,linreg-pca -f x,y`"
|
||||
done
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue