The bloodpressure is measured for each individual, either a control ("ctrl") or case ("case").

data(BloodPressure)

Arguments

Group

Specifying the group of an individual. ("ctrl" = control, "case" = case)

Blood_pressure

The measured bloodpressure of an individual.

Format

dataframe

Details

The BloodPressure dataset is a testset for the permutation(). It has one column specifying the groups (case or control) and another column with the observations (bloodpressure) for each individual in each group.