Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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)

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).

Source

William J. Conover and David S. Salsburg (1988), Locally most powerful tests for detecting treatment effects when only a subset of patients can be expected to "respond" to treatment. Biometrics, 44, 189–196.

Examples

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"))

exactRankTests

Exact Distributions for Rank and Permutation Tests

v0.8-32
GPL (>= 2)
Authors
Torsten Hothorn [aut, cre], Kurt Hornik [aut]
Initial release
2021-04-16

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.