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

2 things to fix #62

Open
itchyshin opened this issue May 5, 2024 · 2 comments
Open

2 things to fix #62

itchyshin opened this issue May 5, 2024 · 2 comments

Comments

@itchyshin
Copy link
Collaborator

@daniel1noble I am just noting two things to fix for orchard_plot

  1. This one is easy - trunk.size default is too big - we should set it to 0.5
  2. if we use metafor argument subset and orchard_plot fails (I did not know such an argument is available in metafor)
daniel1noble added a commit that referenced this issue May 5, 2024
@daniel1noble
Copy link
Owner

@itchyshin Thanks. 1. fixed. 2. I've never heard of the subset argument either so I will have a look and see what might be up.

@itchyshin
Copy link
Collaborator Author

itchyshin commented May 5, 2024

Thanks @daniel1noble - see below:

rma.mv(yi, V, W, mods, random, struct="CS", intercept=TRUE,
       data, slab, subset, method="REML", test="z",
       level=95, digits, btt, R, Rscale="cor",
       sigma2, tau2, rho, gamma2, phi, sparse=FALSE, verbose=FALSE, control, …)

subset

optional (logical or numeric) vector indicating the subset of studies (or more precisely, rows of the dataset) that should be used for the analysis.

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