qq_plot {MultiDataSet}R Documentation

Function to draw a QQ Plot from a vector of numbers

Description

Function to draw a QQ Plot from a vector of numbers

Usage

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

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

[Package MultiDataSet version 1.8.0 Index]