Learn R Programming

SE.EQ (version 1.0)

ex_data_JoBS: Example dataset from Hoffelder et al. (2015)

Description

Multivariate example dataset of dissolution profiles. Dataset consists of two three-dimensional samples. The names of the three variables are "Diss_15_min","Diss_20_min" and "Diss_25_min". Variable "Group" discriminates between first sample (Group == "REF") and second sample (Group == "Test"). Sample size is 12 per group.

Usage

data("ex_data_JoBS")

Arguments

Format

A data frame with 24 observations on the following 4 variables.

Group

a factor with levels REF TEST

Diss_15_min

a numeric vector

Diss_20_min

a numeric vector

Diss_25_min

a numeric vector

Details

Example dataset from Hoffelder et al. (2015).

References

URL: http://dx.doi.org/10.1080/10543406.2014.920344

Examples

Run this code
# NOT RUN {
data(ex_data_JoBS)
# }

Run the code above in your browser using DataLab