Learn R Programming

vfprogression (version 0.7.1)

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

Description

Data

Usage

data(vf.schell2014)

Arguments

Format

A data frame sample for progression method by Schell et al. 2014, which includes visual field related measurement for two eyes, each with 10 follow-ups. Rows represent the single measurements.

Examples

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

Run the code above in your browser using DataLab