Learn R Programming

mistat (version 2.0.3)

HYBRID: Resistance Values of Res 3

Description

A subset of data in HADPAS, only variable res3 is recorded. HYBRID contains values for hybrids 1 to 3, HYBRID1 contains hybrid 1 data and HYBRID2 contains values of hybrids 1 and 2.

Usage

data(HYBRID)

Arguments

Format

A data frame (a vector for HYBRID1) with 32 observations on the following variables.

hyb1

resistance measurements (\(\Omega\)) of Res 3, a numeric vector

hyb2

resistance measurements (\(\Omega\)) of Res 3, a numeric vector

hyb3

resistance measurements (\(\Omega\)) of Res 3, a numeric vector

Examples

Run this code
# NOT RUN {
data(HYBRID)

lapply(HYBRID, var)
# }

Run the code above in your browser using DataLab