search for: revman5

Displaying 4 results from an estimated 4 matches for "revman5".

Did you mean: revman
2023 Jan 10
1
My forest plot is not fit to windows in R software
Dear Prof.Thank you for your kind response. I have only used: install.packages("tidyverse") install.packages("meta") install.packages("metafor") library(tidyverse) library(meta) library(metafor)and then,forest.meta(hidemeta, layout="RevMan5", xlab="Proportion", comb.r=T, comb.f=F, xlim = c(0,1), fontsize=10, digits=3)Unfortunately I am not familiar to R software, I have not chosen graphics device. could you please help me to choose graphics format like pdf? All the best for you Sincerely,Fahimeh Alizadeh Dr. Fahimeh...
2023 Jan 10
1
My forest plot is not fit to windows in R software
...format like pdf? Then we may be able to see where the issue lies. Michael On 10/01/2023 12:30, Fahimeh Alizadeh via R-help wrote: > Dear Prof.?My forest plot is not fit to windows in R software, I have 49 studies but forest plot only show from 9 to 42. > forest.meta(hidemeta, layout="RevMan5", xlab="Proportion", comb.r=T, comb.f=F, xlim = c(0,1), fontsize=10, digits=3) > > > Whould you please help me to access full forest plot??Thank you > > Sincerely,Fahimeh > > Dr. Fahimeh AlizadehPost-Doctorate Fellow and Ph.DMicrobial Biotechnology > Islam...
2023 Jan 10
1
My forest plot is not fit to windows in R software
Dear Prof.?My forest plot is not fit to windows in R software, I have 49 studies but forest plot only show from 9 to 42.? forest.meta(hidemeta, layout="RevMan5", xlab="Proportion", comb.r=T, comb.f=F, xlim = c(0,1), fontsize=10, digits=3) Whould you please help me to access full forest plot??Thank you Sincerely,Fahimeh Dr. Fahimeh AlizadehPost-Doctorate Fellow and Ph.DMicrobial Biotechnology Islamic Azad University ? ? ? ? ? ? ? ? ? ?...
2023 May 07
0
meta
...-------- > library(readxl) > Sistolica <- read_excel("./Sistolica1.xlsx") > library(meta) > m <- metacont( > Ne, Me, Se, Nc, Mc, Sc, > data = Sistolica, > studlab = paste(Author, year), > * layout = "RevMan5", common = FALSE* > ) > > > forest(m) > funnel(m) > #-------------------------- > > > Saludos, > Carlos Ortega > www.qualityexcellence.es > > El sáb, 6 may 2023 a las 15:24, Jose Betancourt Bethencourt (< > betanster en gmail.com>) e...