We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@daniel1noble I am just noting two things to fix for orchard_plot
orchard_plot
trunk.size
metafor
subset
The text was updated successfully, but these errors were encountered:
Fix default trunk.size #62
269c205
@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.
Sorry, something went wrong.
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, …)
optional (logical or numeric) vector indicating the subset of studies (or more precisely, rows of the dataset) that should be used for the analysis.
No branches or pull requests
@daniel1noble I am just noting two things to fix for
orchard_plot
trunk.size
default is too big - we should set it to 0.5metafor
argumentsubset
andorchard_plot
fails (I did not know such an argument is available inmetafor
)The text was updated successfully, but these errors were encountered: