Skip to content
New issue

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

Better CIs (and p-values?) for std-coefs #705

Open
mattansb opened this issue Apr 3, 2022 · 5 comments
Open

Better CIs (and p-values?) for std-coefs #705

mattansb opened this issue Apr 3, 2022 · 5 comments
Labels
Enhancement 💥 Implemented features can be improved or revised
Milestone

Comments

@mattansb
Copy link
Member

mattansb commented Apr 3, 2022

Originally posted on #655

@bwiernik:

Strictly speaking, both the p values and CIs we currently report for standardized effects aren't strictly accurate because they don't include uncertainty in the means or SDs used to standardize. This is usually ignored by most folks. But, ideally we would include options to compute CIs accounting for those (cf. here and here).

@strengejacke

The supplemental (https://static-content.springer.com/esm/art%3A10.1007%2Fs11336-013-9380-y/MediaObjects/11336_2013_9380_MOESM2_ESM.pdf) has code how to do this, if I understand right. Must take a closer look at it.

@bwiernik
Copy link
Contributor

bwiernik commented Apr 3, 2022

@mattansb mattansb transferred this issue from easystats/effectsize May 3, 2022
@strengejacke strengejacke added Enhancement 💥 Implemented features can be improved or revised and removed enhancement 🔥 labels May 16, 2022
@strengejacke
Copy link
Member

This only applies when standardize is not "refit", right?

@strengejacke strengejacke added this to the Release 1.0.0 milestone Oct 5, 2024
@strengejacke
Copy link
Member

Where do we get all the information, like cov.x or cov.xy, needed for the function arguments?

@bwiernik
Copy link
Contributor

bwiernik commented Oct 5, 2024

This only applies when standardize is not "refit", right?

Strictly, no, pre-processing the variables still introduces the uncertainty in SD.

but I'm not sure how feasible it would be to wrangle to necessary information in the process to get accurate CIs there.

@bwiernik
Copy link
Contributor

bwiernik commented Oct 5, 2024

Where do we get all the information, like cov.x or cov.xy, needed for the function arguments?

You can extract the model matrix from the model and compute the necessary covariances using it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement 💥 Implemented features can be improved or revised
Projects
None yet
Development

No branches or pull requests

3 participants