SIMDATAXT: Simulated Data (Logarithms)

Description Usage Format References Examples

Description

Simulated data for four variables

Usage

1

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

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

PASWR2 documentation built on Sept. 5, 2021, 5:44 p.m.