Last data update: 2014.03.03

R: Data on Book Prices, Pages and Type of Binding
E1.19R Documentation

Data on Book Prices, Pages and Type of Binding

Description

The E1.19 data frame has 20 rows and 3 columns. Compiled from the catalog of one publisher of American Government books.

Usage

data(E1.19)

Format

This data frame contains the following columns:

Price

a numeric vector, price of book.

P

a numeric vector, number of pages of book.

B

a factor with levels c p, c is cloth and p is paperback.

Source

Compiled by one of the authors.

Examples

   data(E1.19)
   summary(E1.19)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(SenSrivastava)
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/SenSrivastava/E1.19.Rd_%03d_medium.png", width=480, height=480)
> ### Name: E1.19
> ### Title: Data on Book Prices, Pages and Type of Binding
> ### Aliases: E1.19
> ### Keywords: datasets
> 
> ### ** Examples
> 
>    data(E1.19)
>    summary(E1.19)
     Price             P         B     
 Min.   :10.25   Min.   :112.0   c:10  
 1st Qu.:16.44   1st Qu.:198.5   p:10  
 Median :18.75   Median :251.5         
 Mean   :20.95   Mean   :256.2         
 3rd Qu.:27.88   3rd Qu.:299.5         
 Max.   :30.50   Max.   :425.0         
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>