Learn R Programming

mistat (version 2.0.4)

YARNSTRG: Yarn strength

Description

Yarn strength is typically analyzed on a logarithmic scale. This logarithmic transformation produces data that is more symmetrically distributed. in YARNSTRG data there are \(n = 100\) values of \(Y = \ln(X)\) where \(X\) is the yarn-strength in \(lb./22 yarns\) of woolen fibers.

Usage

data(YARNSTRG)

Arguments

Examples

Run this code
data(YARNSTRG)

hist(YARNSTRG,  
     breaks=6,  
     main="",   
     xlab = "Log yarn strength")

Run the code above in your browser using DataLab