X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Flinreg.h;h=31bf5651051564774d0417571a99f929a562f270;hb=d6850d8b37aed424e3d35ca1439243220678b72a;hp=349d5a909c300c4713ee14a0196d967abbbcb5b6;hpb=e80304e52b4c7cb2e2924570f97c34c2f69f8aae;p=pspp-builds.git diff --git a/src/math/linreg.h b/src/math/linreg.h index 349d5a90..31bf5651 100644 --- a/src/math/linreg.h +++ b/src/math/linreg.h @@ -142,6 +142,7 @@ struct linreg_struct struct variable *pred; struct variable *resid; + int dependent_column; /* Column containing the dependent variable. Defaults to last column. */ }; typedef struct linreg_struct linreg;