View source: R/print.censStats.R
print.censStats | R Documentation |
Print the output of censStats
.
## S3 method for class 'censStats' print(x, digits = 4, ...)
x |
an object of class "censStats." |
digits |
the number of significant digits to print |
... |
further arguments passed to or from other methods. |
The object x
is returned invisibly.
The printed includes the mean and standard deviation of the data and if a log-transform was used in the computation, then the mean and standard deviation of the log-transformed values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.