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
For now, effects return one value per variable.
However, it can sometimes be interesting to calculate an effect per level.
For instance, we could implement diff_N(), diff_pct_abs(), and diff_pct_rel(), such as in Oncostat/grstat#12:
diff_N()
diff_pct_abs()
diff_pct_rel()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For now, effects return one value per variable.
However, it can sometimes be interesting to calculate an effect per level.
For instance, we could implement
diff_N()
,diff_pct_abs()
, anddiff_pct_rel()
, such as in Oncostat/grstat#12:The text was updated successfully, but these errors were encountered: