Learn R Programming

Path.Analysis (version 0.1)

dtsimp: Dataset 1: a dependent (y) and 3 independent(x1 to x3) variables.

Description

Dataset 1: a dependent (y) and 3 independent(x1 to x3) variables.

Usage

data(dtsimp)

Arguments

Format

A data.frame with 105 observations of 4 variables.

y

a numeric vector

x1

a numeric vector

x2

a numeric vector

x3

a numeric vector

Examples

Run this code
# \donttest{
library(Path.Analysis)
data(dtsimp)
# }

Run the code above in your browser using DataLab