Learn R Programming

RDS (version 0.9-9)

print.rds.interval.estimate: Prints an rds.interval.estimate object

Description

Prints an rds.interval.estimate object

Usage

# S3 method for rds.interval.estimate
print(x, as.percentage = NULL, ...)

Arguments

x

an rds.interval.estimate object

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