Learn R Programming

PASWR (version 1.3)

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.

Arguments

Format

A data frame with 30 observations on the following 2 variables:

megasd

megabytes dowloaded

mconnected

number of minutes connected

Examples

Run this code
# NOT RUN {
xyplot(mconnected ~ megasd, data = URLaddress, type=c("p", "r"))

# }

Run the code above in your browser using DataLab