Learn R Programming

PASWR2 (version 1.0.5)

EPIDURAL: Traditional Sitting Position Versus Hamstring Stretch Position

Description

Initial 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

EPIDURAL

Arguments

Format

A data frame with 85 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 patient)

  • ease (a factor with levels Difficult, Easy, and Impossible indicating the physicians' assessments of how well bone landmarks could 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)

References

Ugarte, M. D., Militino, A. F., and Arnholt, A. T. 2015. Probability and Statistics with R, Second Edition. Chapman & Hall / CRC.

Examples

Run this code
# NOT RUN {
xtabs(~ doctor + ease, data = EPIDURAL)
xtabs(~ doctor + factor(ease, levels = c("Easy", "Difficult", "Impossible")), 
data = EPIDURAL)
# }

Run the code above in your browser using DataLab