Learn R Programming

marqLevAlg (version 1.1)

weib: Simulated dataset for the weibull function.

Description

a dataset contains 936 rows and 5 columns.

Usage

data(weib)

Arguments

Format

A data frame with 936 observations on the following 5 variables.

c

a numeric vector.

t0

entry time.

t1

left border of interval censored.

t2

right border of interval censored.

ve

a numeric vector.

Examples

Run this code
# NOT RUN {
data(weib)
## maybe str(weib) ; plot(weib) ...
# }

Run the code above in your browser using DataLab