Learn R Programming

nutshell (version 1.02)

SPECint2006: SPECint2006 Results

Description

This data set contains results from the SPECint2006 benchmarks.

Usage

data(SPECint2006)

Arguments

source

http://www.spec.org/cpu2006/

Details

This data set is used an example in the book "R in a Nutshell" from O'Reilly Media.

Examples

Run this code
data(SPECint2006)
t.test(subset(SPECint2006,Num.Chips==1&Num.Cores==2)$Baseline,
       subset(SPECint2006,Num.Chips==1&Num.Cores==2)$Result,
       paired=TRUE)

Run the code above in your browser using DataLab