blob: 1c2ec26411e7bca7d045251b7ed93a1912357911 [file] [log] [blame]
/* -----------------------------------------------------------------------------
*
* @file regress.hpp
*
* @brief Umbrella header that includes all linear/logistic regression headers
*
* -------------------------------------------------------------------------- */
#include "linear.hpp"
#include "clustered_errors.hpp"
#include "logistic.hpp"
#include "marginal.hpp"
#include "multilogistic.hpp"
#include "mlogr_margins.hpp"