Learn R Programming

npordtests (version 1.2)

neuhauser: Neuhauser's data

Description

This synthetic data is reported by Neuhauser et al. (1998). The data consists of 4 groups with 10 observations per group.

Usage

neuhauser

Arguments

Format

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

group

Group number

value

Value

Examples

Run this code
# NOT RUN {
library(npordtests)

data(neuhauser)
boxplot(value~group,data=neuhauser,xlab="Groups")
# }

Run the code above in your browser using DataLab