vfspa | R Documentation |
Generation of one-page reports of series progression analyses
vfspa
saves a pdf with one-page reports of series progression analyses
vfspashiny
generates interactive one-page reports of series progression
analyses based on Shiny
vfspa(
vf,
file,
type = "td",
nperm = factorial(7),
trunc = 1,
testSlope = 0,
...
)
vfspashiny(
vf,
type = "td",
nperm = factorial(7),
trunc = 1,
testSlope = 0,
...
)
vf |
visual field data |
file |
The pdf file name where to save the one-page reports of single field analysis |
type |
Type of data to use. It can be ' |
nperm |
Number of permutations. Default is 7! |
trunc |
value for the Truncated Product Method (see reference). Default is 1 |
testSlope |
slope, or slopes, to test as null hypothesis. Default is 0.
if a single value, then the same null hypothesis is used for all locations.
If a vector of values, then (for |
... |
other graphical arguments |
No return value
N. O'Leary, B. C. Chauhan, and P. H. Artes. Visual field progression in glaucoma: estimating the overall significance of deterioration with permutation analyses of pointwise linear regression (PoPLR). Investigative Ophthalmology and Visual Science, 53, 2012
N. O'Leary, B. C. Chauhan, and P. H. Artes. Visual field progression in glaucoma: estimating the overall significance of deterioration with permutation analyses of pointwise linear regression (PoPLR). Investigative Ophthalmology and Visual Science, 53, 2012
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.