Learn R Programming

vfprogression (version 0.7.1)

vf.vfi: Combined Visual Field Series for General Progression Method

Description

Data

Usage

data(vf.vfi)

Arguments

Format

A data frame for CIGTS progression example, which includes visual field related measurement for two eyes each with 10 follow-ups.

Examples

Run this code
# NOT RUN {
data(vf.vfi)
colnames(vf.vfi)
progression.vfi(vf.vfi)
progression.vfi(vf.vfi[vf.vfi$eyeid == 1,])
progression.vfi(vf.vfi[vf.vfi$eyeid == 2,])
# }

Run the code above in your browser using DataLab