summary.turnbull {DCchoice} | R Documentation |
Summarizing the Kaplan-Meier-Turnbull nonparametric estimation of WTP
Description
Summary method for objects of class "turnbull"
.
Usage
## S3 method for class 'turnbull'
summary(object, printCI = TRUE, ...)
## S3 method for class 'summary.turnbull'
print(x, digits = max(3, getOption("digits") - 1), ...)
Arguments
object |
an object of class |
printCI |
an argument controlling whether the summary of confidence interval estimates are printed. The CIs are not summarized and printed unless |
x |
an object of class |
digits |
a number of digits to display. |
... |
optional arguments. Currently not in use. |
[Package DCchoice version 0.2.0 Index]