coefNBth-methods: Generate list of Wald test inference results on model...

coefNBthR Documentation

Generate list of Wald test inference results on model coefficients

Description

Generate list of Wald test inference results including parameter estimation and p value

Usage

coefNBth(object, ...)

## S4 method for signature 'list'
coefNBth(object, fullpara = FALSE)

Arguments

object

DE model, output by fitNBthDE or fitNBthmDE

...

additional argument list that might be used

fullpara

whether to generate results on all parameters

Value

  • estimate, coefficients estimate

  • wald_stat, Wald test statistics

  • p_value, p value of Wald test

  • se, standard error

Examples

data(NBthmDEmod2)
coeff <- coefNBth(NBthmDEmod2)

Nanostring-Biostats/GeoDiff documentation built on April 11, 2024, 5:31 a.m.