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

mincEffectSize returns an object of class matrix #303

Open
bcdarwin opened this issue Jan 26, 2022 · 1 comment
Open

mincEffectSize returns an object of class matrix #303

bcdarwin opened this issue Jan 26, 2022 · 1 comment

Comments

@bcdarwin
Copy link
Member

This is an instance of the usual issue of RMINC not preserving attributes, and results in, e.g., mincWriteVolume not working as expected due to class-based dispatch. For a workaround, try something like class(es) <- class(vs) (where es is the output of mincEffectSizes and vs is the output of the preceding mincLm).

@gdevenyi
Copy link
Contributor

Since this is my code, is this a bug I can fix?

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