Learn R Programming

biostat3 (version 0.2.1)

brv: Bereavement dataset

Description

Bereavement dataset

Usage

data("brv")

Arguments

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

Run this code
data(brv)
## maybe str(brv) ; plot(brv) ...

Run the code above in your browser using DataLab