search for: sistolica1

Displaying 2 results from an estimated 2 matches for "sistolica1".

Did you mean: sistolica
2023 May 06
0
meta
...lt;- read_excel("000 EN DISEñO/0000 eli cardio 2/0000 para metanalisis/Sistolica.xlsx") library(meta m <- metacont(Ne, Me, Se, Nc, Mc, Sc, studlab=paste(Author, year), forest(m) funnel(m) ------------ próxima parte ------------ A non-text attachment was scrubbed... Name: Sistolica1.xlsx Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet Size: 9622 bytes Desc: no disponible URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20230506/8b5bcf85/attachment.xlsx>
2023 May 07
0
meta
...su ayuda José 2023-05-06 19:47 GMT-04:00, Carlos Ortega <cof en qualityexcellence.es>: > Hola, > > Si añades lo que destaco, defines el layout y queda más ajustado en la > pantalla. > > #-------------------------- > 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) >...