SUNDIG: Workstation Comparison

Description Usage Format References Examples

Description

To compare the speed differences between two different brands of workstations (Sun and Digital), the times each brand took to complete complex simulations were recorded. Five complex simulations were selected, and the five selected simulations were run on both workstations. The resulting times in minutes for the five simulations are stored in data frame SUNDIG.

Usage

1

Format

A data frame with 5 observations on the following 3 variables:

References

Ugarte, M. D., Militino, A. F., and Arnholt, A. T. 2015. Probability and Statistics with R, Second Edition. Chapman & Hall / CRC.

Examples

1
with(data = SUNDIG, t.test(sun, digital, paired=TRUE)$conf)

Example output

Loading required package: lattice
Loading required package: ggplot2
[1] 0.6100548 9.3899452
attr(,"conf.level")
[1] 0.95

PASWR2 documentation built on Sept. 5, 2021, 5:44 p.m.