nr.significance {ghypernet} | R Documentation |
Computes the significance of more complex model against a simpler model by means of a likelihood ratio test.
Description
Computes the significance of more complex model against a simpler model by means of a likelihood ratio test.
Usage
nr.significance(mod0 = NULL, mod1, adj = NULL)
Arguments
mod0 |
null nrm model (optional). defaults to the scm model. |
mod1 |
alternative nrm model, the model to test |
adj |
adjacency matrix for which performing the test. (optional) defaults to the matrix used for |
Value
p-value of the lr test mod0 vs mod1
[Package ghypernet version 1.1.0 Index]