View source: R/print.lecessie.R
print.lecessie | R Documentation |
Prints the results of a le Cessie-van Houwelingen test
(leCessie.test
).
## S3 method for class 'lecessie' print(x, digits = 4, ...)
x |
an object of class "lecessie" from |
digits |
the number of significant digits to print numeric data. |
... |
not used for method, required for other methods. |
The object x
is returned invisibly.
The printed ouput is very similar to the printed ouput for class "htest," the output from a hypothesis test, but includes the additional output summarizing the distance between observations, which can be useful for comparing the reults with different bamdwidth settings.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.