Learn R Programming

exactRankTests (version 0.8-35)

neuropathy: Acute Painful Diabetic Neuropathy

Description

The logarithm of the ratio of pain scores at baseline and after four weeks for a control and treatment group.

Usage

data(neuropathy)

Arguments

Format

A data frame with 58 observations on the following 2 variables.

pain

Pain scores: ln(baseline/final).

group

a factor with levels control and treat.

Details

Data from Table 1 of Conover & Salsburg (1988).

Examples

Run this code
# NOT RUN {
data(neuropathy)
# compare with Table 2 of Conover & Salsburg (1988)
wilcox.exact(pain ~ group, data=neuropathy, alternative="less")
css <- cscores(neuropathy$pain, type="ConSal")
pperm(sum(css[neuropathy$group=="control"]),css,
      m=sum(neuropathy$group=="control"))

# }

Run the code above in your browser using DataLab