Learn R Programming

PASWR (version 1.0)

URLaddress: Megabytes Downloaded

Description

The manager of a URL commercial address is interested in predicting the number of megabytes downloaded, megasd, by clients according to the number minutes they are connected, mconnected. The manager randomly selects (megabyte, minute) pairs, and records the data. The pairs (megasd, mconnected) are stored in the data frame URLaddress.

Usage

URLaddress

Arguments

source

Ugarte, M. D., Militino, A. F., and Arnholt, A. T. (2008) Probability and Statistics with R. Chapman & Hall/CRC.

Examples

Run this code
attach(URLaddress)
plot(megasd,mconnected)
detach(URLaddress)

Run the code above in your browser using DataLab