We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mean()
Obvious from the call, and takes space.
The text was updated successfully, but these errors were encountered:
@artiom-matvei in some contexts with comparisons() and avg_comparisons(), we get estimate labels that look like this:
comparisons()
avg_comparisons()
mean(blue) - mean(red)
I would like to go back to the simpler display:
blue - red
This might just require changing this:
pymarginaleffects/marginaleffects/sanity.py
Line 132 in c4421f0
But there may also be some tests to adjust.
Sorry, something went wrong.
Fix issue #136 remove mean from labels on top of fix issue #100 revpa…
5954121
…irwise (#139) * fixed row labels names for pairwise hypothesis * improved hypothesis rowlabels and tested * removed mean from labels and added test
No branches or pull requests
Obvious from the call, and takes space.
The text was updated successfully, but these errors were encountered: