getSmootherTestStats {tradeSeq} | R Documentation |
Return test statistics from the mgcv
package.
getSmootherTestStats(models)
models |
the GAM models, typically the output from |
a matrix with the wald statistics associated with each lineage's smoother. The matrix has one row per gene where the fitting procedure converged.
data(gamList, package = "tradeSeq") getSmootherPvalues(gamList)