SIMDATAXT {PASWR2}R Documentation

Simulated Data (Logarithms)

Description

Simulated data for four variables

Usage

SIMDATAXT

Format

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

References

Ugarte, M. D., Militino, A. F., and Arnholt, A. T. 2015. Probability and Statistics with R, Second Edition. Chapman & Hall / CRC.

Examples

ggplot(data = SIMDATAXT, aes(x = x1, y = y)) + geom_point() + geom_smooth()

[Package PASWR2 version 1.0.5 Index]