| /** | |
| * @brief Marginal Effects Logistic regression step: Transition function | |
| */ | |
| DECLARE_UDF(regress, mlogregr_marginal_step_transition) | |
| /** | |
| * @brief Marginal effects Logistic regression step: State merge function | |
| */ | |
| DECLARE_UDF(regress, mlogregr_marginal_step_merge_states) | |
| /** | |
| * @brief Marginal Effects Logistic regression step: Final function | |
| */ | |
| DECLARE_UDF(regress, mlogregr_marginal_step_final) |