-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathspeed.txt
More file actions
30 lines (16 loc) · 694 Bytes
/
speed.txt
File metadata and controls
30 lines (16 loc) · 694 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Data frame representing computer speeds for various systems
Description:
These data represent various computing systems and their speeds
from 1951 to 2014.
Usage:
comps <- read.csv("https://roualdes.us/data/speed.csv")
Format:
Data frame has 136 observations on the following 4 variables.
'system' Categorical variable of the sysem name.
'year' The year the system was produced.
'cores' The number of cores in the system.
'mips' Millions of instructions per second (mips) executed by the system.
Source:
https://en.wikipedia.org/wiki/Instructions_per_second#Millions_of_instructions_per_second
References:
See references at link.