Reshape CI between wide/long formats
Reshape CI between wide/long formats.
reshape_ci(x)
x |
A data frame containing columns named |
x <- data.frame(
Parameter = c("Term 1", "Term 2", "Term 1", "Term 2"),
CI = c(.8, .8, .9, .9),
CI_low = c(.2, .3, .1, .15),
CI_high = c(.5, .6, .8, .85),
stringsAsFactors = FALSE
)
reshape_ci(x)
reshape_ci(reshape_ci(x))Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.