getSmootherPvalues: Get smoother p-value as returned by 'mgcv'.

Description Usage Arguments Value Examples

View source: R/getSmootherPvalues.R

Description

Return smoother p-values from the mgcv package.

Usage

1

Arguments

models

the GAM models, typically the output from fitGAM. Note that this function only works when models is a list.

Value

a matrix with the p-value associated with each lineage's smoother. The matrix has one row per gene where the fitting procedure converged.

Examples

1
2
data(gamList, package = "tradeSeq")
getSmootherPvalues(gamList)

tradeSeq documentation built on Nov. 8, 2020, 7:51 p.m.