IO_Time {RSADBE}R Documentation

CPU Time and IO Processes Relationship

Description

The CPU is known to depend on the number of active IO processes. This data set will be used for the purposes of understanding scatterplots, resistant lines, and simple linear regression model.

Usage

data(IO_Time)

Format

A data frame with 10 observations on the following 2 variables.

No_of_IO

Number of IO Processes

CPU_Time

The CPU time

Source

http://www.cs.gmu.edu/~menasce/cs700/files/SimpleRegression.pdf

Examples

data(IO_Time)
plot(IO_Time)

[Package RSADBE version 1.0 Index]