the function performs the PoPLR analysis (see poplr
) with default values and presents the results in form of a A4 printout
vflayout_poplr( vf, grp = 3, nperm = 5000,
plotType = "vf", truncVal = 1,
type = "slr", typecomb = "fisher",
pwidth = 8.27, pheight = 11.69,
margin = 0.25, filename = NULL,
colorMapType = "pval", colorScale = NULL )
vf
object with threshold sensitivities, td, or pd values
how many visual fields to group. Default is 3
number of permutations. Default is 5000
Type of plot to show. It can be visual sensitivities (vf
), total-deviation values (td
), or pattern-deviation values (pd
)
p-value cut-off for truncation. Default is 1
Type of regression statistic: slr
for simple linear regression and rank
for Spearman correlation coefficient. Default is slr
Combination type for p-values. Default is fisher
width of the page (in inches). Default is 8.27
height of the page (in inches). Default is 11.69
margins of the page (in inches). Default is 0.25
file name to save the printout as pdf. If it is saved to pdf, it won't be displayed in the screen. Default is NULL
.
what does color map categorizes. It can be pvals
, slopes
, or years blind
. Default is pvals
Color mapping to use. Default is NULL
. A different default is given depending on colorMapType
[1] 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
vflayout
, poplr
, hist_poplr
, poplr_cstat
, poplr_pstat
, vfplot_poplr
# NOT RUN {
# }
# NOT RUN {
vflayout_poplr( vf91016right )
# }
Run the code above in your browser using DataLab