Last data update: 2014.03.03

R: "Areas", lengths and widths of rectangles
E9.3R Documentation

"Areas", lengths and widths of rectangles

Description

The E9.3 data frame has 50 rows and 3 columns. Made by random sampling numbers.

Usage

data(E9.3)

Format

This data frame contains the following columns:

y

a numeric vector, area of the rectangle.

x1

a numeric vector, length of the rectangle.

x2

a numeric vector, width of the ractangle.

Examples

data(E9.3)
E9.3.m1 <- lm(y ~ x1 + x2, data=E9.3)
attach(E9.3)
plot(x1, resid(E9.3.m1))
plot(x2, resid(E9.3.m1))
detach(E9.3)

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.3.Rd_%03d_medium.png", width=480, height=480)
> ### Name: E9.3
> ### Title: "Areas", lengths and widths of rectangles
> ### Aliases: E9.3
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data(E9.3)
> E9.3.m1 <- lm(y ~ x1 + x2, data=E9.3)
> attach(E9.3)
> plot(x1, resid(E9.3.m1))
> plot(x2, resid(E9.3.m1))
> detach(E9.3)
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>