Skip to content

[R-meta] how to get vcalc from metafor

3 messages · Norman DAURELLE, Guido Schwarzer

#
Dear list members, 

I recently read a thread in which the vcalc() function from metafor was mentioned and I tried to use it, but Rstudio tells me it can't find the vcalc function. 

I tried re-installing metafor through the "install" button and then i used the following lines 

install.packages("remotes") 
remotes::install_github("wviechtb/metafor") 

but neither method made it work. 

Any advice please ? 

Best wishes, 
Norman.
#
Hi Guido, 

yes this is indeed where I found out what arguments to use, following the link Wolfgang gave in a previous thread. 

Best wishes, 
Norman. 


De: "Guido Schwarzer" <sc at imbi.uni-freiburg.de> 
?: "Norman DAURELLE" <norman.daurelle at agroparistech.fr>, "r-sig-meta-analysis" <r-sig-meta-analysis at r-project.org> 
Envoy?: Mardi 16 Novembre 2021 15:33:32 
Objet: Re: [R-meta] how to get vcalc from metafor 

Norman, 

You find this function in the GitHub version of metafor, see 
https://github.com/wviechtb/metafor/ . 

Best, Guido