You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
Hi! When using report for example on glm, it would be great if additionally there could be a sentence to assist people using the summary, to help them make their results more interpretable. for example, with glm, something like "The odds ratio of the variable's effect versus its non-effect can be calculated by taking the exponent of the coefficient (here, try the R command exp with the beta value)"
How could we do it?
I think this is quite simple addition of text within the summary script.
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
Hi! When using report for example on glm, it would be great if additionally there could be a sentence to assist people using the summary, to help them make their results more interpretable. for example, with glm, something like "The odds ratio of the variable's effect versus its non-effect can be calculated by taking the exponent of the coefficient (here, try the R command exp with the beta value)"
How could we do it?
I think this is quite simple addition of text within the summary script.
The text was updated successfully, but these errors were encountered: