testStat {OmicsLonDA}R Documentation

Calculate Test-Statistic of each feature's time interval

Description

Calculate Test-Statistic of each feature's time interval

Usage

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

library(SummarizedExperiment)
data("omicslonda_data_example")
model = omicslonda_data_example$omicslonda_results$model
stat = testStat(model)$testStat

[Package OmicsLonDA version 1.6.0 Index]