brv {biostat3}R Documentation

Bereavement dataset

Description

Bereavement dataset

Usage

data("brv")

Format

A data frame with 399 observations on the following 11 variables.

id

a numeric vector the id of a subject

couple

a numeric vector for the id of a couple

dob

a Date for the date of birth

doe

a Date for the date of entry into study

dox

a Date for the date of exit from study

dosp

a Date for the date of bereavement

fail

a numeric vector for status at study exit 0=alive 1=died

group

a numeric vector for Group

disab

a numeric vector for disability level

health

a numeric vector for perceived health status

sex

a numeric vector for sex 1=M 2=F

Examples

data(brv)
## maybe str(brv) ; plot(brv) ...

[Package biostat3 version 0.1.9 Index]