Last data update: 2014.03.03

R: Depreciation in Market Value of Large Factories
E9.21R Documentation

Depreciation in Market Value of Large Factories

Description

The E9.21 data frame has 11 rows and 2 columns.

Usage

data(E9.21)

Format

This data frame contains the following columns:

Age

a numeric vector, units not given, probably years.

Depr

a numeric vector, units not given.

Source

Diamond-stars Motors, Normal, Il. Gary Shultz, general Counsel, made this data available.

Examples

data(E9.21)
summary(E9.21)
plot(E9.21)

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/E9.21.Rd_%03d_medium.png", width=480, height=480)
> ### Name: E9.21
> ### Title: Depreciation in Market Value of Large Factories
> ### Aliases: E9.21
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data(E9.21)
> summary(E9.21)
      Age             Depr      
 Min.   : 7.00   Min.   :60.70  
 1st Qu.:19.50   1st Qu.:69.85  
 Median :22.00   Median :81.30  
 Mean   :24.27   Mean   :80.43  
 3rd Qu.:28.00   3rd Qu.:89.30  
 Max.   :48.00   Max.   :96.90  
> plot(E9.21)
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>