SIMDATAST: Simulated Data (Predictors)

Description Usage Format References Examples

Description

Simulated data for five variables

Usage

1

Format

A data frame with 200 observations on the following 5 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 = SIMDATAST, aes(x = x1, y = y1)) + geom_point() + geom_smooth()

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