computeSignificance {GenoGAM}R Documentation

Compute significance.

Description

Based on the model fits this functions computes pointwise pvalues.

Usage

computeSignificance(gg, log.p = FALSE)

Arguments

gg

A fitted GenoGAM object.

log.p

Should pvalues be returned in log scale?

Value

A GenoGAM object which fits has been updated by the pvalue columns.

Author(s)

Georg Stricker georg.stricker@in.tum.de

Examples

ggd <- makeTestGenoGAM()
ggd <- computeSignificance(ggd)
head(getFits(ggd))

[Package GenoGAM version 1.8.0 Index]