This function creates a qq plot object
pmx_qq(
x,
labels,
dname = NULL,
point = NULL,
xmax = TRUE,
facets = NULL,
is.reference_line = NULL,
reference_line = NULL,
is.shrink = NULL,
shrink = NULL,
is.hline = NULL,
hline = NULL,
is.vline = NULL,
vline = NULL,
...
)pmx_qq object
character variable name to sample
list of texts/titles used within the plot
name of dataset to be used
list geom_point attributes color, shape,...
logical if FALSE do not use max(aes(x)) as limits default to TRUE
list
logical if TRUE add reference line to the plot
list geom_line attributes. Used only for pmx_plot_eta_qq
logical if TRUE add shrinkage to the plot
pmxShrinkClass shrinkage graphical parameter or
list coercible into one
logical if TRUE add horizontal line y=0 ( TRUE by default)
geom hline graphical parameters
logical if TRUE add vertical line x=0 ( TRUE by default)
geom vline graphical parameters
others graphics arguments passed to pmx_gpar internal object.
labels is a list that contains:
title: plot title default "EBE vs. covariates"
x: x axis label default to "Etas"
y: y axis label default to empty
point is a list that contains:
shape: default to 1
color: default to black
size: default to 1