example3: Example univariate response data for MRPP

Description Usage Format Source Examples

Description

Hypothetical univariate response data in 2 groups with no outliers (Mielke 1986).

Usage

1

Format

A data frame with 30 observations on the following 2 variables.

group

Grouping variable (1 or 2).

response

Univariate response variable.

Source

Mielke, P.W. 1986. Non-metric statistical analyses: some metric alternatives. Journal of Statistical Planning and Inference 13, 377–387.

Examples

1
2
3
4
5
6
7
par(mfrow=c(2,1))

hist(example3$response[example3$group==1],breaks = 6,xlim = c(14.5,16),
 ylim = c(0,7),ylab = "Count",xlab = "",main = "Group 1",col = "blue")

hist(example3$response[example3$group==2],breaks = 6,xlim = c(14.5,16),
 ylim = c(0,7),ylab = "Count",xlab = "Response",main = "Group 2",col = "blue")

Blossom documentation built on May 29, 2017, 10:55 p.m.

Related to example3 in Blossom...