Description Usage Arguments Value Examples
Compute log-likelihood ratio for ghype models.
1 | loglratio(mod0, mod1)
|
mod0 |
ghype, null model |
mod1 |
ghype, alternative model |
scalar, log-likelihood ratio
1 2 3 4 | data('adj_karate')
sc.model <- scm(adj_karate, FALSE, FALSE)
full.model <- ghype(adj_karate, FALSE, FALSE)
loglratio(sc.model,full.model)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.