X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Flinreg.h;h=31bf5651051564774d0417571a99f929a562f270;hb=f338eb59ae54d23708eaf2ffa009239807794653;hp=349d5a909c300c4713ee14a0196d967abbbcb5b6;hpb=d8ab9ce7655dc78b7ef2f7161af43e0cff4276a7;p=pspp diff --git a/src/math/linreg.h b/src/math/linreg.h index 349d5a909c..31bf565105 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;