GLM: Do not print the intercept if the model is unbalanced
[pspp] / src / math / categoricals.h
index c5919bc455e883e131bb2aa637b1165d0bf36ea2..fbb45aadb7e05f9d25c77340e7fbe4709b78add4 100644 (file)
@@ -124,5 +124,6 @@ struct payload
 
 void  categoricals_set_payload (struct categoricals *cats, const struct payload *p, const void *aux1, void *aux2);
 
+bool categoricals_isbalanced (const struct categoricals *cat);
 
 #endif