Learn R Programming

RegSDC (version 0.4.0)

RegSDCdata: Function that returns a dataset

Description

Function that returns a dataset

Usage

RegSDCdata(dataset)

Arguments

dataset

Name of data set within the RegSDC package

Value

data frame

Details

sec7data: Data in section 7 of the paper as a data frame

sec7y: Y in section 7 of the paper as a matrix

sec7x: X in section 7 of the paper as a matrix

sec7z: Z in section 7 of the paper as a matrix

sec7xAll: Xall in section 7 of the paper as a matrix

sec7zAll: Zall in section 7 of the paper as a matrix

sec7zAllSupp: As Zall with suppressed values set to NA

Examples

Run this code
# NOT RUN {
RegSDCdata("sec7data")
RegSDCdata("sec7y")
RegSDCdata("sec7x")
RegSDCdata("sec7z")
RegSDCdata("sec7xAll")
RegSDCdata("sec7zAll")
RegSDCdata("sec7zAllSupp")
# }

Run the code above in your browser using DataLab