Miscellaneous methods for logitr
class objects.
# S3 method for logitr
logLik(object, ...)# S3 method for logitr
terms(x, ...)
# S3 method for logitr
coef(object, ...)
# S3 method for summary.logitr
coef(object, ...)
# S3 method for logitr
summary(object, ...)
# S3 method for logitr
print(
x,
digits = max(3, getOption("digits") - 2),
width = getOption("width"),
...
)
# S3 method for summary.logitr
print(
x,
digits = max(3, getOption("digits") - 2),
width = getOption("width"),
...
)
# S3 method for logitr_wtp
print(
x,
digits = max(3, getOption("digits") - 2),
width = getOption("width"),
...
)
is an object of class logitr
(a model estimated using
the 'logitr()` function).
further arguments.
is an object of class logitr
.
the number of digits for printing, defaults to 3
.
the width of the printing.