computeSignificance {GenoGAM} | R Documentation |
Based on the model fits this functions computes pointwise pvalues.
computeSignificance(gg, log.p = FALSE)
gg |
A fitted GenoGAM object. |
log.p |
Should pvalues be returned in log scale? |
A GenoGAM object which fits has been updated by the pvalue columns.
Georg Stricker georg.stricker@in.tum.de
ggd <- makeTestGenoGAM() ggd <- computeSignificance(ggd) head(getFits(ggd))