ex: Example data set (artificial)

exR Documentation

Example data set (artificial)

Description

Example data set with artificial bivariate interval censored data. These data are used to illustrate various functions of this R-package.

Usage

data(ex)

Format

A matrix containing 6 rows and 4 columns. Each row (x1,x2,y1,y2) represents a rectangle that is known to contain the unobservable realization of the variables of interest (X,Y). The point (x1,y1) is the lower left corner of the rectangle and (x2,y2) is the upper right corner of the rectangle.

Examples

# Load the data
data(ex)

# Plot the rectangles
par(mfrow=c(1,1))
plotRects(ex)

MLEcens documentation built on Oct. 18, 2022, 5:05 p.m.

Related to ex in MLEcens...