RegSDCdata {RegSDC} | R Documentation |
Function that returns a dataset
Description
Function that returns a dataset
Usage
RegSDCdata(dataset)
Arguments
dataset |
Name of data set within the RegSDC package |
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
Value
data frame
Author(s)
Øyvind Langsrud
Examples
RegSDCdata("sec7data")
RegSDCdata("sec7y")
RegSDCdata("sec7x")
RegSDCdata("sec7z")
RegSDCdata("sec7xAll")
RegSDCdata("sec7zAll")
RegSDCdata("sec7zAllSupp")
[Package RegSDC version 0.7.0 Index]