| cleveland_plot | R Documentation |
Create a Cleveland plot from a model averaged model.
cleveland_plot(A)
A |
the model averaged model to plot |
Returns a ggplot2 graphics object.
mData <- matrix(c(0, 2,50,
1, 2,50,
3, 10, 50,
16, 18,50,
32, 18,50,
33, 17,50),nrow=6,ncol=3,byrow=TRUE)
D <- mData[,1]
Y <- mData[,2]
N <- mData[,3]
model = ma_dichotomous_fit(D,Y,N)
cleveland_plot(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.