Learn R Programming

Blossom (version 1.4)

paired2: Paired data structure

Description

Paired data structure with 2 columns for the first and second responses for 10 pairs of values.

Usage

data(paired2)

Arguments

Format

A data frame with 10 observations on the following 2 variables.
first
Responses for treatment 1.
second
Responses for treatment 2.

Details

This is an alternative data representation for the data in paired1.

Examples

Run this code
str(paired2)

Run the code above in your browser using DataLab