search for: events_n

Displaying 5 results from an estimated 5 matches for "events_n".

2017 Jun 29
2
Change Rcode for a meta-analysis(netmeta) to use a random effects model instead of a mixed effects model
...de so a random effects model is used? Thank you very much, Jay R code library(meta) library(readxl) All <- read_excel("Basics excel file complication and reoperation rate.xlsx", sheet=1) names(All) <- c("Study_ID","Event_Type","Treatment","Events_n","N","nN") All$Treatment <- factor(All$Treatment, levels=c("PC","EF","IMN","KW","VPO")) # Outcomes Complications <- subset(All, Event_Type=="Complications") Reoperations <- subset(All, Event_Type=="Re...
2017 Jun 29
0
Change Rcode for a meta-analysis(netmeta) to use a random effects model instead of a mixed effects model
...d? > >Thank you very much, > >Jay > >R code > >library(meta) library(readxl) All <- read_excel("Basics excel file >complication and reoperation rate.xlsx", sheet=1) names(All) <- >c("Study_ID","Event_Type","Treatment","Events_n","N","nN") All$Treatment ><- factor(All$Treatment, levels=c("PC","EF","IMN","KW","VPO")) # Outcomes >Complications <- subset(All, Event_Type=="Complications") Reoperations <- >subset(All, Event_Ty...
2017 Jun 26
3
Model studies in one analysis using treatment as a five level moderator in a meta-regression
...<- KW[which(KW[,"Event_Type"] == "Reoperations"),] VPO_C <- VPO[which(VPO[,"Event_Type"] == "Complications"),] VPO_R <- VPO[which(VPO[,"Event_Type"] == "Reoperations"),] Output <- function(x, y, k.min=10){ file <- metaprop(Events_n, N, Study_ID, data = x) forest.meta(file, studlab = T, pooled.totals = T, bysort = F) dev.copy2pdf(file=y, width = 11.69, height = 8.27) print(file) } R code on my dropbox: https://www.dropbox.com/s/67pnfpi10qu110v/R%20code%20voor%20forrest%20en%20funnel%20plots.rtf?dl=0 [https://cfl.dropboxsta...
2017 Jun 26
0
Model studies in one analysis using treatment as a five level moderator in a meta-regression
...nt_Type"] == "Reoperations"),] > > VPO_C <- VPO[which(VPO[,"Event_Type"] == "Complications"),] > VPO_R <- VPO[which(VPO[,"Event_Type"] == "Reoperations"),] > > Output <- function(x, y, k.min=10){ > file <- metaprop(Events_n, N, Study_ID, data = x) > > forest.meta(file, studlab = T, pooled.totals = T, bysort = F) > > dev.copy2pdf(file=y, width = 11.69, height = 8.27) > print(file) > } > > R code on my dropbox: > https://urlsand.esvalabs.com/?u=https%3A%2F%2Fwww.dropbox.com%2Fs%2F67pnfpi10qu...
2017 Jun 26
1
Model studies in one analysis using treatment as a five level moderator in a meta-regression
...operations"),] >> >> VPO_C <- VPO[which(VPO[,"Event_Type"] == "Complications"),] >> VPO_R <- VPO[which(VPO[,"Event_Type"] == "Reoperations"),] >> >> Output <- function(x, y, k.min=10){ >> file <- metaprop(Events_n, N, Study_ID, data = x) >> >> forest.meta(file, studlab = T, pooled.totals = T, bysort = F) >> >> dev.copy2pdf(file=y, width = 11.69, height = 8.27) >> print(file) >> } >> >> R code on my dropbox: https://urlsand.esvalabs.com/?u=https%3A%2F%2Fwww.d...