Protective Service Data

SUMMARY:

The prot.dat data frame has 144 rows and 7 columns. This data measures the impact of enriched social casework services on the elderly.

DATA DESCRIPTION:

This data frame contains the following columns:

ARGUMENTS:

Survival
survival status. These are "deceased", and "survived".
Physical
physical status. These are "PoorP", and "GoodP".
Mental
mental status. These are "PoorM", and "GoodM".
Type
the treatment type. These are "E", for the experimental group, and "C" for the control group.
Age
the age of the client. These are "<75" for people who are less than 75 years old, and ">75" for those that are greater than (or equal to) 75 years of age.
Sex
the sex of the client. These are "Male", and "Female".
count
the frequency of clients with the indicated response pattern.

SOURCE:

Schafer, Joseph L. (1997), Analysis of Incomplete Multivariate Data , Chapman and Hall, New York.

SEE ALSO:

.

EXAMPLES:

mdLoglin(data = prot.dat, frequency = count, na.proc = "em")