summaryrefslogtreecommitdiff
path: root/cov.awk
diff options
context:
space:
mode:
authorwukong <wukong@longaeva>2019-01-06 00:58:38 -0800
committerwukong <wukong@longaeva>2019-01-06 00:58:38 -0800
commit37e92fab3085b52ff76efe00b9c95731d9da8294 (patch)
tree71b1c3482d989b716744013fca7b31681732ca63 /cov.awk
parentddcb1f73423a9b47d9b457cf3b19f622b0aa567f (diff)
added weighted mean estimate, avg x per y, to lin_reg output
Diffstat (limited to '')
-rw-r--r--cov.awk1
1 files changed, 0 insertions, 1 deletions
diff --git a/cov.awk b/cov.awk
index ffac770..56734e4 100644
--- a/cov.awk
+++ b/cov.awk
@@ -14,7 +14,6 @@ BEGIN {
NR == 1 {
for (y=1; y<=NF; y++)
($y ~ number) ? header[y] = "col" y : header[y] = $y
- printf(header[y])
}
NF > 0 {