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
Name: fit_metafor_mv Title: Fit Multivariate Metaregression using metafoR Aliases: fit_metafor_mv ** Examples #TODO -- is this the best way of setting up this fun?? (i.e. to take numeric vectors)? Example Usage: library(tidyverse);library(targets);library(metafor) # NOT RUN, TODO: remove after create pkg source("R/functions.R") #NOT RUN, TODO: remove after create pkg tar_read(round_2_survey_meta_analysis) %>%
#TODO -- is this the best way of setting up this fun?? (i.e. to take numeric vectors)?
tar_read(round_2_survey_meta_analysis) %>%
!is.na(VZr),
!is.infinite(Zr),
!is.infinite(VZr)) %>%
── Fitting multivariate metaregression ──
Error in match.arg(method) : object 'VZr' not found Calls: %>% ... fit_metafor_mv -> -> filter -> match.arg Execution halted
The text was updated successfully, but these errors were encountered:
#9 namespace targets::
1dcc028
came out in the wash
Sorry, something went wrong.
egouldo
No branches or pull requests
Running examples in ‘ManyEcoEvo-Ex.R’ failed
The error most likely occurred in:
── Fitting multivariate metaregression ──
Error in match.arg(method) : object 'VZr' not found
Calls: %>% ... fit_metafor_mv -> -> filter -> match.arg
Execution halted
The text was updated successfully, but these errors were encountered: