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

Estimating corr/dependencies in the data #80

Closed
lottiegasp opened this issue Jan 22, 2021 · 3 comments
Closed

Estimating corr/dependencies in the data #80

lottiegasp opened this issue Jan 22, 2021 · 3 comments
Assignees

Comments

@lottiegasp
Copy link
Collaborator

Following on from #68 to find a long-term optimal method for estimating corr/dependencies in datasets.

MetaLab script's current method for imputing missing corr values is to randomly select from other existing values in the dataset (perhaps limited to the same method/similar age). In langdiscrim we imputed from a normal distribution using the median and variance of existing corr values and then adjusting the range to [-1,1]. Rabagliati et al. (2018) imputed it as the mean weighted by sample size.

We will work on a short report (/paper in the long run) where we review the literature for other methods, then compare the methods for the site, then decide on the best option

@lottiegasp lottiegasp self-assigned this Jan 22, 2021
@lottiegasp
Copy link
Collaborator Author

One option to consider is Robust Variance Estimation which uses the package clubSandwich alongside rma.mv in metafor to develop a working model based on an estimate of variance. Need to look further into this to see if it could be integrated with MetaLab's approach of estimating corr before calculating effect sizes

https://osf.io/vyfcj/
https://youtu.be/Q9Nce5pxebY?t=50

@christinabergmann
Copy link
Collaborator

Yes, we need to move to robumeta with clubsandwich in the long run. It was mentioned here, but got lost: https://github.com/langcog/metalab2/issues/135#issuecomment-497918729

@lottiegasp
Copy link
Collaborator Author

Thanks @christinabergmann! Okay, reading through these I see that I misunderstood 'dependencies' as it relates to Robust Variance Estimation to relate to the corr column when it actually relates to random effects structure! I will just transfer the Issue you tagged from metalab2 to the metalab repo so it's still on our radar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants