testStat: Calculate Test-Statistic of each feature's time interval

Description Usage Arguments Value References Examples

View source: R/omicslondaHelper.R

Description

Calculate Test-Statistic of each feature's time interval

Usage

1
testStat(curve.fit.df)

Arguments

curve.fit.df

gss data object of the fitted spline

Value

a list that has the test statistic for each time interval

References

Ahmed Metwally (ametwall@stanford.edu)

Examples

1
2
3
4
library(SummarizedExperiment)
data("omicslonda_data_example")
model = omicslonda_data_example$omicslonda_results$model
stat = testStat(model)$testStat

OmicsLonDA documentation built on Nov. 8, 2020, 5:50 p.m.