Learn R Programming

DCchoice (version 0.0.14)

summary.turnbull: 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, \dots)

## S3 method for class 'summary.turnbull': print(x, digits = max(3, getOption("digits") - 1), ...)

Arguments

object
an object of class "turnbull".
printCI
an argument controlling whether the summary of confidence interval estimates are printed. The CIs are not summarized and printed unless conf.int = TRUE in turnbull.sb or turnbull.db.
x
an object of class "turnbull".
digits
a number of digits to display.
...
optional arguments. Currently not in use.