ermod_method | R Documentation |
ermod_*
S3 methods for the classes ermod_*
## S3 method for class 'ermod'
print(x, digits = 2, ...)
## S3 method for class 'ermod_bin'
plot(x, show_orig_data = FALSE, ...)
## S3 method for class 'ermod'
coef(object, ...)
## S3 method for class 'ermod'
summary(object, ...)
x |
An object of class |
digits |
Number of digits to print |
... |
Additional arguments passed to functions |
show_orig_data |
logical, whether to show the data points in the
model development dataset. Default is |
object |
An object of class |
print()
and plot()
: No return value, called for side effects
coef()
: Coefficients of the model
summary()
: Summary of the model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.