RegSDCdata: Function that returns a dataset

View source: R/RegSDCdata.R

RegSDCdataR 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")

RegSDC documentation built on Aug. 19, 2022, 9:08 a.m.

Related to RegSDCdata in RegSDC...