Last data update: 2014.03.03

R: linear model for age effect on visual sensitivity
ageLinearModelR Documentation

linear model for age effect on visual sensitivity

Description

calculates the linear model to account for mean age effect on visual sensitivity at each location from a sample of controls subjects

Usage

ageLinearModel( vf, smooth = TRUE, smoothFunction = quad2Dfit )

Arguments

vf

a vf object. It needs to be in a specific format

smooth

whether to use a function to smooth the results or not. Default is TRUE

smoothFunction

If smooth is TRUE, the function to use for smoothing. Default is quad2Dfit, a 2D quadratic fit to resulting data. This function is not really a smoothing procedure, but a parametric fit

Details

The function obtains for each location a regression line of sensitivity threshold on age. The vf object may contain data for many visits of many subjects. The number of visits per subject can be variable and hence, to account for that, weighted least-squares linear regression is performed in which the weights for is the inverse of the number of visits for the subject. By default, the slopes and intercepts are "smoothed" by fitting a 2-dimensional quadratic fit, as in [1]. Other smoothFunctions can be defined instead using other type of parametric or non-parametric fits. The 2-dimensional quadratic fit has been found to be innapropriate for the stimulus used in frequency-doubling perimetry (FDP) [2].

All the data passed to the function must belong to the same perimeter tperimetry, the same pattern of locations talgorithm, and the same presentation algorithm tpattern.

Value

returns a table with intercepts and slopes modelling age-related mean sensitivity change.

Author(s)

Ivan Marin-Franch

References

[1] A. Heijl, G. Lindgren, and J. Olsson. A package for the statistical analysis of visual fields. Documenta Ophthalmologica Proceedings Series, 49, 1987

[2] A. J. Anderson, C. A. Johnson, M. Fingeret, J. L. Keltner, P. G. D. Spry, M. Wall, and J. S. Werner. Characteristics of the normative database for the humphrey matrix perimeter. Investigative Ophthalmology and Visual Science, 46, 2005

See Also

sdnv, locperc, quad2Dfit

Examples

# DO NOT RUN
# to test this, load a file using e.g. loadvfcsv with control data and then run
# agelm <- ageLinearModel( vf )

Results