Last data update: 2014.03.03

R: Ashina's crossover trial
ashinaR Documentation

Ashina's crossover trial

Description

The ashina data frame has 16 rows and 3 columns. It contains data from a crossover trial for the effect of an NO synthase inhibitor on headaches. Visual analog scale recordings of pain levels were made at baseline and at five time points after infusion of the drug or placebo. A score was calculated as the sum of the differences from baseline. Data were recorded during two sessions for each patient. Six patients were given treatment on the first occasion and the placebo on the second. Ten patients had placebo first and then treatment. The order of treatment and the placebo was randomized.

Usage

ashina

Format

This data frame contains the following columns:

vas.active

a numeric vector, summary score when given active substance.

vas.plac

a numeric vector, summary score when given placebo treatment.

grp

a numeric vector code, 1: placebo first, 2: active first.

Source

Original data.

References

M.Ashina et al. (1999), Effect of inhibition of nitric oxide synthase on chronic tension-type headache: a randomised crossover trial. Lancet 353, 287–289

Examples

plot(vas.active~vas.plac,pch=grp,data=ashina)
abline(0,1)

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(ISwR)
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/ISwR/ashina.Rd_%03d_medium.png", width=480, height=480)
> ### Name: ashina
> ### Title: Ashina's crossover trial
> ### Aliases: ashina
> ### Keywords: datasets
> 
> ### ** Examples
> 
> plot(vas.active~vas.plac,pch=grp,data=ashina)
> abline(0,1)
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>