Description Usage Arguments See Also Examples
Plot posterior distribution of a given parameter.
1 2 |
... |
Parameters passed to |
clip |
Clip used in |
user_specified_variables |
Variables to display on the forest plot. |
plotting_for_sig_only |
If TRUE, forest plot is generated if there is at least one significant coefficient. |
main |
The title of the forest plot. |
main.xycoord |
The coordinate of the title. |
use.stats.glm |
If TRUE, use |
1 2 3 4 5 6 7 8 9 | ## Not Run
gene <- "TP53"
f <- sprintf("
fit = glmfit(
as.formula(f),
data = regular,
family = binomial,
clip = c(0, 9),
main = sprintf("
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.