Learn R Programming

ggm (version 2.5.1)

surdata: A simulated data set

Description

Simulated data following a seemingly unrelated regression model.

Usage

data(surdata)

Arguments

Format

A data frame with 600 observations on the following 4 variables.

A

a numeric response vector

B

a numeric response vector

X

a numeric vector

Z

a numeric vector with codes 1 and -1 for a binary variables.

Examples

Run this code
data(surdata)
pairs(surdata)

Run the code above in your browser using DataLab