miscmethods.logitr | R Documentation |
Miscellaneous methods for logitr
class objects.
## S3 method for class 'logitr'
logLik(object, ...)
## S3 method for class 'logitr'
terms(x, ...)
## S3 method for class 'logitr'
coef(object, ...)
## S3 method for class 'summary.logitr'
coef(object, ...)
## S3 method for class 'logitr'
summary(object, ...)
## S3 method for class 'logitr'
print(
x,
digits = max(3, getOption("digits") - 2),
width = getOption("width"),
...
)
## S3 method for class 'summary.logitr'
print(
x,
digits = max(3, getOption("digits") - 2),
width = getOption("width"),
...
)
## S3 method for class 'logitr_wtp'
print(
x,
digits = max(3, getOption("digits") - 2),
width = getOption("width"),
...
)
object |
is an object of class |
... |
further arguments. |
x |
is an object of class |
digits |
the number of digits for printing, defaults to |
width |
the width of the printing. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.