print lrtest | R Documentation |
Print results for likelihood ratio test
## S3 method for class 'lrtest' print(x, ...)
x |
object of class 'lrtest' |
... |
further arguments passed to or used by methods. |
Virasakdi Chongsuvivatwong cvirasak@gmail.com
'logistic.display'
model0 <- glm(case ~ induced + spontaneous, family=binomial, data=infert) model1 <- glm(case ~ induced, family=binomial, data=infert) lrtest (model0, model1) lrtest (model1, model0) -> a a
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.