SIMDATAST: Simulated Data (Predictors)

SIMDATASTR Documentation

Simulated Data (Predictors)

Description

Simulated data for five variables

Usage

SIMDATAST

Format

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

  • y1 (a numeric vector)

  • y2 (a numeric vector)

  • x1 (a numeric vector)

  • x2 (a numeric vector)

  • x3 (a numeric vector)

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 = SIMDATAST, aes(x = x1, y = y1)) + geom_point() + geom_smooth()

alanarnholt/PASWR2 documentation built on June 2, 2022, 5:20 a.m.