vincentarelbundock/pymarginaleffects

`cross` comparisons implementation

LamAdr opened this issue · 1 comments

LamAdr commented

An argument to the comparisons function.

@param cross

  • FALSE: Contrasts represent the change in adjusted predictions when one predictor changes and all other variables are held constant.
  • TRUE: Contrasts represent the changes in adjusted predictions when all the predictors specified in the variables argument are manipulated simultaneously (a "cross-contrast").

Thanks. This is not a priority but I do want to implement this eventually.