Learn R Programming

mistat (version 2.0.4)

OTURB2: Sample Mean and Standard Deviation of Cycle Times of a Piston

Description

In this data frame we have three variables. In the first we have the sample size. In the second and third we have the sample means and standard deviation.

Usage

data(OTURB2)

Arguments

Format

A data frame with 10 observations on the following 3 variables.

groupSize

a numeric vector

xbar

a numeric vector

std

a numeric vector

Examples

Run this code
data(OTURB2)
plot(OTURB2$xbar, type="b")
plot(OTURB2$std, type="b")

Run the code above in your browser using DataLab