R Dataset / Package DAAG / gaba
Documentation |
---|
On this R-data statistics page, you will find information about the gaba data set which pertains to Effect of pentazocine on post-operative pain (average VAS scores). The gaba data set is found in the DAAG R package. You can load the gaba data set in R by issuing the following command at the console data("gaba"). This will load the data into a variable called gaba. If R says the gaba data set is not found, you can try installing the package by issuing this command install.packages("DAAG") and then attempt to reload the data. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the gaba R data set. The size of this file is about 1,028 bytes. Effect of pentazocine on post-operative pain (average VAS scores)DescriptionThe table shows, separately for males and females, the effect of pentazocine on post-operative pain profiles (average VAS scores), with (mbac and fbac) and without (mpl and fpl) preoperatively administered baclofen. Pain scores are recorded every 20 minutes, from 10 minutes to 170 minutes. Usagegaba FormatA data frame with 9 observations on the following 7 variables.
Details15 females were given baclofen, as against 3 males. 7 females received the placebo, as against 16 males. Averages for the two treatments (baclofen/placebo), taken over all trial participants and ignoring sex, are misleading. SourceGordon, N. C. et al.(1995): 'Enhancement of Morphine Analgesia by the GABA_B against Baclofen'. Neuroscience 69: 345-349. Examplesdata(gaba) mr <- range(gaba$min) tran <- range(gaba[, c("mbac","mpl","fbac","fpl")]) ## Means by treatment and sex par(mfrow=c(1,2)) plot(mr, tran, xlab = "Time post pentazocine (min)", ylab = "Reduction in VAS pain rating", type = "n", xlim = c(0, 170), ylim = tran) points(gaba$min, gaba$fbac, pch = 1, col = 8, lwd = 2, lty = 2, type = "b") points(gaba$min, gaba$fpl, pch = 0, col = 8, lwd = 2, lty = 2, type = "b") points(gaba$min, gaba$mbac, pch = 16, col = 8, lty = 2, type = "b") points(gaba$min, gaba$mpl, pch = 15, col = 8, lty = 2, type = "b") box() ## Now plot means, by treatment, averaged over all participants plot(mr, tran, xlab = "Time post pentazocine (min)", ylab = "Reduction in VAS pain rating", type = "n", xlim = c(0, 170), ylim = tran) bac <- (15 * gaba$fbac + 3 * gaba$mbac)/18 plac <- (7 * gaba$fpl + 9 * gaba$mpl)/16 points(gaba$min, plac, pch = 15, lty = 1, col=1, type = "b") points(gaba$min, bac, pch = 16, lty = 1, col=1, type = "b") box() par(mfrow=c(1,1)) -- Dataset imported from https://www.r-project.org. |
Title | Authored on | Content type |
---|---|---|
OpenIntro Statistics Dataset - dream | August 9, 2020 - 12:25 PM | Dataset |
OpenIntro Statistics Dataset - winery_cars | August 9, 2020 - 2:38 PM | Dataset |
R Dataset / Package HSAUR / toothpaste | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package HSAUR / pottery | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package HistData / Guerry | March 9, 2018 - 1:06 PM | Dataset |
Attachment | Size |
---|---|
dataset-80933.csv | 1 KB |