X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fdata-io%2Fmatrix-reader.c;h=fa7dcf481927605e44881a45b1c10d54ed34ab0c;hb=a9ea9305a20963994fd26debd866720c019ba0d5;hp=03df31c97d210b310f81a994b2bd134125b15065;hpb=f819a0449144892d3a4089afda287e30acb9eeb1;p=pspp diff --git a/src/language/data-io/matrix-reader.c b/src/language/data-io/matrix-reader.c index 03df31c97d..fa7dcf4819 100644 --- a/src/language/data-io/matrix-reader.c +++ b/src/language/data-io/matrix-reader.c @@ -42,8 +42,9 @@ v_0, v_1 ... v_n are the continuous variables. m >= 0; n >= 0 -The variables ROWTYPE_ and VARNAME_ are of type A8, -the variables s_x are of type F4.0 (although this reader accepts any type), +The ROWTYPE_ variable is of type A8. +The VARNAME_ variable is a string type whose width is not predetermined. +The variables s_x are of type F4.0 (although this reader accepts any type), and v_x are of any numeric type. The values of the ROWTYPE_ variable are in the set {MEAN, STDDEV, N, CORR, COV}