Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

print.lrtest

Print lrtest results


Description

Print results for likelihood ratio test

Usage

## S3 method for class 'lrtest'
print(x, ...)

Arguments

x

object of class 'lrtest'

...

further arguments passed to or used by methods.

Author(s)

Virasakdi Chongsuvivatwong <cvirasak@medicine.psu.ac.th>

See Also

'logistic.display'

Examples

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

epiDisplay

Epidemiological Data Display Package

v3.5.0.1
GPL (>= 2)
Authors
Virasakdi Chongsuvivatwong <cvirasak@medicine.psu.ac.th>
Initial release
2018-05-06

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.