coefNBth | R Documentation |
Generate list of Wald test inference results including parameter estimation and p value
coefNBth(object, ...)
## S4 method for signature 'list'
coefNBth(object, fullpara = FALSE)
object |
DE model, output by fitNBthDE or fitNBthmDE |
... |
additional argument list that might be used |
fullpara |
whether to generate results on all parameters |
estimate, coefficients estimate
wald_stat, Wald test statistics
p_value, p value of Wald test
se, standard error
data(NBthmDEmod2)
coeff <- coefNBth(NBthmDEmod2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.