Acute Painful Diabetic Neuropathy
The logarithm of the ratio of pain scores at baseline and after four weeks for a control and treatment group.
data(neuropathy)
A data frame with 58 observations on the following 2 variables.
Pain scores: ln(baseline/final).
a factor with levels control
and treat
.
Data from Table 1 of Conover & Salsburg (1988).
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.
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"))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.