View source: R/print.influenceTest.R
print.influenceTest | R Documentation |
Output of the difference between two estimates.
## S3 method for class 'influenceTest'
print(x, digits = 3, ...)
x |
object obtained with the function |
digits |
[integer, >0] indicating the number of decimal places. |
... |
Passed to print. |
to display confidence intervals/bands,
the confint
method needs to be applied on the object.
confint.influenceTest
to compute confidence intervals/bands.
influenceTest
to perform the comparison.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.