Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

ex

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

Computation of the MLE for bivariate (interval) censored data

v0.1-4
GPL (>= 2)
Authors
Marloes Maathuis <maathuis@stat.math.ethz.ch>
Initial release
2013-04-02

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.