Does anyone have experience with or a package for the creation of forest plots in Mathematica 9?

For instance for subgroup analyses of cox model or meta-analysis (e.g rmeta package in R)?
|
Does anyone have experience with or a package for the creation of forest plots in Mathematica 9?
For instance for subgroup analyses of cox model or meta-analysis (e.g rmeta package in R)? |
|||||||||||
|
|
The plotting is a little more cumbersome than the computation assuming you want relative risk shown in your forest plot. As you point out, one can use The larynx cancer data features the variables
Creating the plot is a little ugly if you want a lot of control over the appearance. Here is a first crack at it using graphics primitives that allows the diamonds to scale with the plot.
With the larnyx cancer data we get...
|
|||
|
|
|
I appreciate that the (somewhat critical) commentary regarding the lack of specificity of my question. I have written my own function for the plotting (once the calculational aspects from the model or meta-analysis have been collected).
The form of The following utilizes the laryngeal cancer dataset and functions for extracting the point estimates, standard errors and then calculation of 95% confidence intervals.
I would suggest that for new and inexperienced (but interested) users like me asking experts regarding functionalities is within the purview and purpose of this exchange. Further, despite the nominal release of Mathematica 9, I am certain that many contributors to this exchange had access to its functionality (as I saw at IMS2012 in May in London). Finally, comments and commentary that are personally critical or make assumptions regarding the ignorance or other attributes are at the very least unhelpful. (Having surveyed this site there are a spectrum of users with diverse backgrounds and aims. This diversity would appear to something to be encouraged rather than crushed. I have previously fully accepted the NARQ of a previous question I submitted. In my naive opinion, this question is legitimate. ). |
|||||||||||||
|
|
You can work with RLink to create native R graphics - this and this examples. I guess forestplot is no different if you install related R packages. I may be far off here, but can't you replicate these plots with built-in Mathemtica functionality? - like these examples on "Compare the distribution of salaries for several departments at a university:"
|
|||||
|