X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Flinreg.h;h=31bf5651051564774d0417571a99f929a562f270;hb=ec7e9edc4433264efc66e6e3d661c198148f87c9;hp=349d5a909c300c4713ee14a0196d967abbbcb5b6;hpb=f550aee00a62fe1d8baf62d83cd7efef6cc2ee92;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;