Learn R Programming

qcr (version 1.4)

presion: Level of presion data

Description

A shipyard of recreational boats manufacturing, intended to optimize and control the mechanical properties hull yacht models. This has made a study in which the modulus of elasticity tensile strength of the epoxy resin (polymer) used, after applying different curing pressures measured: 0.1 y 10 MPa. 60 subsamples composed of three measurements taken on the same day are taken.

Arguments

Format

A data frame with 180 observations on the following 3 variables:

presion

presion level

sample

sample id

measur

pressures measured: 0.1 y 10 MPa

Examples

Run this code
# NOT RUN {
data(presion)
attach(presion)
summary(presion)
plot(presion$presion, type="b")
detach(presion)
# }

Run the code above in your browser using DataLab