print.rds.interval.estimate {RDS} | R Documentation |
Prints an rds.interval.estimate
object
Description
Prints an rds.interval.estimate
object
Usage
## S3 method for class 'rds.interval.estimate'
print(x, as.percentage = NULL, ...)
Arguments
x |
an |
as.percentage |
logical. Print the interval estimates as percentages (as distinct from proportions). The default, NULL, means that it will determine if the variable is discrete or continuous and only print them as percentages if they are discrete. |
... |
unused |
[Package RDS version 0.9-9 Index]