forest_plot method for condPois_1stage_list
forest_plot.condPois_1stage_list.Rdforest_plot method for condPois_1stage_list
Usage
# S3 method for class 'condPois_1stage_list'
forest_plot(x, ...)Examples
x <- structure(list(a = 1, b = 2), class = "condPois_1stage_list")
forest_plot(x)
#> Error in x[[names(x)[1]]]$`_`: $ operator is invalid for atomic vectors