Learn R Programming

multgee (version 1.5.3)

housing: Homeless Data

Description

Housing status for 362 severely mentally ill homeless subjects measured at baseline and at three follow-up times.

Usage

data(housing)

Arguments

Format

A data frame with 1448 observations on the following 4 variables:

id

Subject identifier variable.

y

Housing status response, coded as (1) for street living, (2) for community living and (3) for independent housing.

time

Time recorded in months.

sec

Section 8 rent certificate indicator.

Examples

Run this code
# NOT RUN {
data(housing)
str(housing)
# }

Run the code above in your browser using DataLab