coefNBth {GeoDiff}R 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

Examples

data(NBthmDEmod2)
coeff <- coefNBth(NBthmDEmod2)

[Package GeoDiff version 0.99.5 Index]