Last data update: 2014.03.03

R: Traditional Sitting Position Versus Hamstring Stretch...
EPIDURALfR Documentation

Traditional Sitting Position Versus Hamstring Stretch Position

Description

Intermediate results from a study to determine whether the traditional sitting position or the hamstring stretch position is superior for administering epidural anesthesia to pregnant women in labor as measured by the number of obstructive (needle to bone) contacts (OC)

Usage

EPIDURALf

Format

A data frame with 342 observations on the following 7 variables:

Doctor

a factor with levels Dr. A, Dr. B, Dr. C, and Dr. D

kg

weight in kg of patient

cm

height in cm of pateint

Ease

a factor with levels Difficult, Easy, and Impossible indicating the physician's assessment of how well bone landmarks can be felt in the patient

Treatment

a factor with levels Hamstring Stretch and Traditional Sitting

OC

number of obstructive contacts

Complications

a factor with levels Failure - person got dizzy, Failure - too many OCs, None, Paresthesia, and Wet Tap

Source

Ugarte, M. D., Militino, A. F., and Arnholt, A. T. (2008) Probability and Statistics with R. Chapman & Hall/CRC.

Examples

boxplot(OC~Treatment, data = EPIDURALf)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(PASWR)
Loading required package: e1071
Loading required package: MASS
Loading required package: lattice
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/PASWR/EPIDURALf.Rd_%03d_medium.png", width=480, height=480)
> ### Name: EPIDURALf
> ### Title: Traditional Sitting Position Versus Hamstring Stretch Position
> ### Aliases: EPIDURALf
> ### Keywords: datasets
> 
> ### ** Examples
> 
> boxplot(OC~Treatment, data = EPIDURALf)
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>