pubh (version 1.1.16)

Fentress: Migraine pain reduction.

Description

Randomised control trial on children suffering from frequent and severe migraine. Control group represents untreated children. The active treatments were either relaxation alone or relaxation with biofeedback.

Usage

Fentress

Arguments

Format

A labelled tibble with 18 rows and 2 variables:

pain

Reduction in weekly headache activity expressed as percentage of baseline data.

group

Group, a factor with levels "Untreated", "Relaxation" (alone) and "Biofeedback" (relaxation and biofeedback).

Examples

Run this code
# NOT RUN {
data(Fentress)

Fentress %>%
  strip_error(pain ~ group) %>%
  axis_labs()
# }

Run the code above in your browser using DataLab