SimDataXT {PASWR}R Documentation

Simulated Data (Logarithms)

Description

Simulated data for four varaibles. Data are used with Example 12.18.

Usage

data(SimDataXT)

Format

A data frame with 200 observations on the following 4 variables:

Y
a numeric vector
x1
a numeric vector
x2
a numeric vector
x3
a numeric vector

Source

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

Examples

attach(SimDataXT)
plot(x1,Y)
detach(SimDataXT)

[Package PASWR version 1.0 Index]