# NOT RUN {
Conduct random effects network meta-analysis
in a random network with continuous outcome
# }
# NOT RUN {
cid <- 501427
netc <- readByID(cid)
# }
# NOT RUN {
get type and effect
# }
# NOT RUN {
netc$type
netc$effect
# }
# NOT RUN {
In order to run netmeta but get "SMD" summary effects instead
# }
# NOT RUN {
runnetmeta(recid=cid, measure="SMD")
# }
# NOT RUN {
If we the following example choosing OR we get an error
runnetmeta(recid=cid, measure="OR")
As before for a network with binary outcome
bid <- 481216
netb <- readByID(bid)
get type and effect
netb$type
netb$effect
runnetmeta(recid=bid, measure="OR")
Survival outcome
sid <- 479888
nets <- readByID(sid)
get type and effect
nets$type
nets$effect
runnetmeta(recid=sid)
Rate outcome
rid <- 479999
netr <- readByID(rid)
get type and effect
netr$type
netr$effect
runnetmeta(recid=rid)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab