qq_plot: Function to draw a QQ Plot from a vector of numbers

Description Usage Arguments Value Examples

View source: R/qq_plot.R

Description

Function to draw a QQ Plot from a vector of numbers

Usage

1
qq_plot(values, show.lambda = TRUE)

Arguments

values

Numeric vector of P.Values

show.lambda

(default: TRUE) If TRUE shows lambda score for the given model.

Value

An object obtained from ggplot.

Examples

1
2
3
data(rset)
rst <- getAssociation(rset, rid = 1, fNames = NULL)
qq_plot(rst$P.Value)

isglobal-brge/MultiDataSet documentation built on Oct. 9, 2021, 11:42 a.m.