Print lrtest results
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@medicine.psu.ac.th>
'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
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.