Hi all,
I am working on a network meta-analysis of TTE data containing the following comparisons and effect estimates:
I used "network import" and I am able to run network setup and network meta consistency; however, when I run "netleague lnHR se t1 t2, nomvmeta eform export("C:\network.xlsx") nokeep" to get the league table, this error comes up" _S_R_ESHAP_R_ESHAP not found" r(111);
I was wondering if you could advise why this happens or if you could provide the right command that I can use for this kind of analysis.
I use the following commands.
des
network import, studyvar(id) treat(t1 t2) effect(lnHR) stderr(se)
network map, improve
network meta c,
netleague, eform export("d:\network.xlsx") nokeep
Thanks for your help,
I am working on a network meta-analysis of TTE data containing the following comparisons and effect estimates:
|
|||||||||||||||||||||||||||||||||||
I used "network import" and I am able to run network setup and network meta consistency; however, when I run "netleague lnHR se t1 t2, nomvmeta eform export("C:\network.xlsx") nokeep" to get the league table, this error comes up" _S_R_ESHAP_R_ESHAP not found" r(111);
I was wondering if you could advise why this happens or if you could provide the right command that I can use for this kind of analysis.
I use the following commands.
des
network import, studyvar(id) treat(t1 t2) effect(lnHR) stderr(se)
network map, improve
network meta c,
netleague, eform export("d:\network.xlsx") nokeep
Thanks for your help,
Comment