Learn R Programming

MPCI (version 1.0.7)

dataset1: Simulated data set

Description

This is a dataset used in the examples.

Usage

data(dataset1)

Arguments

Format

A data frame with 180 observations on the following 5 variables.
X1
a numeric vector
X2
a numeric vector
X3
a numeric vector
X4
a numeric vector
X5
a numeric vector

Examples

Run this code
data("dataset1")
## maybe str(dataset1) ; plot(dataset1) ...

Run the code above in your browser using DataLab