X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fcategory.h;h=f11ab6bcc6b59bf6e7f9d3b23c2d0f4200e7b2d3;hb=f5c108becd49d78f4898cab11352291f5689d24e;hp=9df3bd46e10b93a35bceef2ee335df8bc9524974;hpb=7eee0554f378481faf447e2d2e940f389d6b05ec;p=pspp-builds.git diff --git a/src/data/category.h b/src/data/category.h index 9df3bd46..f11ab6bc 100644 --- a/src/data/category.h +++ b/src/data/category.h @@ -19,7 +19,7 @@ /* Functions and data structures to recode categorical variables into vectors and sub-rows of matrices. - + To fit many types of statistical models, it is necessary to change each value of a categorical variable to a vector with binary entries. These vectors are then stored as sub-rows within a matrix @@ -38,7 +38,7 @@ #include struct cat_vals; -struct variable ; +struct variable ; union value; void cat_stored_values_create (const struct variable *);