Learn R Programming

nlmeU (version 0.71.7)

armd: armd Data (867 x 8)

Description

Data from Age-Related Macular Degeneration (ARMD) clinical trial

Usage

armd

Arguments

Format

A data frame with 867 rows and 8 columns:

subject

A factor with 234 levels: 1, 2, 3, 4, 6, ..., 240

treat.f

A factor with 2 levels: Placebo, Active

visual0

An integer vector with values ranging from 20 to 85

miss.pat

A factor with 8 levels: ----, ---X, --X-, --XX, -XX-, ..., X-XX

time.f

A factor with 4 levels: 4wks, 12wks, 24wks, 52wks

time

A numeric vector with values 4, 12, 24, 52

visual

An integer vector with values ranging from 3 to 85

tp

A numeric vector with values 1, 2, 3, 4 corresponding to time points 4, 12, 24, 52, respectively

Details

The ARMD data arise from a randomized multi-center clinical trial comparing an experimental treatment (interferon-alpha) versus placebo for patients diagnosed with ARMD.

See Also

armd0, armd.wide

Examples

Run this code
library(nlmeU)
data(armd)
summary(armd)

Run the code above in your browser using DataLab