Description Usage Arguments Details Value Author(s) See Also
Calculates microperimetry statistics from a single test. Includes mean sensitivity (mean_sens), mean deviation (mean_dev), pattern standard deviation (psd). See also details. Works in conjunction with prediction functions. (see example)
1 | mpstats_single(interpol_dat, digits = 2)
|
interpol_dat |
interpolated results from test data. |
digits |
Digits to be rounded to |
mean_dev and psd are estimated. This is, because there is no 'real mean' and, more importantly, no "real variance" of normal values for each given location. Mean and variance are estimated based on kringing (spatial interpolation) of predicted (!) values. The predicted values are given by simple linear regression for each location, based on the norm data It includes age, sex and lens status as covariates. The variance used for estimation is equal to the prediction intervals from those models, assuming homoscedasticity in a non-weighted model
vector
tjebo
stats::predict.lm
Other stat functions:
bootstrap_maia()
,
mpstats_manual()
,
mpstats()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.