powered by
Computes the conditional retest distribution and the ( 1 - alpha / 2 ) conditional retest intervals
( 1 - alpha / 2 )
retestconddist( vf, nbase = 1, nfollow = 1, alpha = 0.1, typequantile = 7 )
Visual field data. It has to have as many visual fields as nbase + nfollow
Number of visual fields to be used as baseline
Number of visual fields to be used as follow up.
Significance to derive the ( 1 - alpha / 2 ) conditional retest intervals. Default value is 0.1
0.1
An integer between 1 and 9 selecting one of the nine quantile algorithms detailed below to be used. Default value is 7
7
conditional retest distribution and the ( 1 - alpha / 2 ) conditional retest intervals
[1] A. Heijl, A. Lindgren, and G. Lindgren. Test-retest variability in glaucomatous visual fields. American Academy of Ophthalmology, 180, 1989.
# NOT RUN { vfcondretest <- retestconddist( vf91016left[c(1:4),], nbase = 2, nfollow = 2 ) # }
Run the code above in your browser using DataLab