Description Usage Arguments Details Value Warning References See Also Examples
This function calculates confidence intervals for WTP using the nonparametric bootstrap method.
1 2 3 4 |
obj |
an S3 class object |
nboot |
the number of bootstrap resampling. |
CI |
a percentile of the confidence intervals to be estimated. |
individual |
a data frame containing covariates that show an individual of which to estimate WTP. |
x |
an object of class |
... |
optional arguments. Currently not in use. |
The bootstrap method resamples the data at our hands and repeatedly estimates the model with the bootstrapped data to formulate an empirical distribution of the associated WTP. This is a clear contrast with the method of Krinsky and Robb (1986, 1990) where the parameters are directly drawn from the multivariate normal distribution.
The upper and the lower bound of the interval is determined similarly to the case of
the function krCI
.
Hole (2007) conducted simulation experiments to compare the performance of the method of Krinsky and Robb (1986, 1990) with the bootstrap one.
A WTP of a specific individual (e.g., a representative respondent) can be estimated
when assigning covariates to individual
. See Example for details.
The function bootCI()
returns an object of S3 class "bootCI"
.
An object of "bootCI"
is a list with the following components.
out |
the output table with simulated confidence intervals as well as the four type of WTP estimates (mean, truncated mean, truncated mean with adjustment and median) from the ML estimation. |
mWTP |
a vector of simulated mean WTP. When |beta| < 1, this item is set
to |
tr.mWTP |
a vector of simulated mean WTP truncated at the maximum bid. |
adj.tr.mWTP |
a vector of simulated mean WTP truncated at the maximum bid with the adjustment. |
medWTP |
a vector of simulated median WTP. |
When the parameter estimate on the bid does not satisfy the condition for the existence
of the finite mean WTP (|beta|>1), the values of the lower and the upper bound of the
confidence interval are coerced to set to -999
.
The generic function print()
is available for the object of class
"bootCI"
and displays the table of simulated confidence intervals.
The table contains the confidence intervals for the four types (mean, truncated mean, truncated mean with adjustment and median) of WTP from the ML estimation. The adjustment for the truncated mean WTP is implemented by the method of Boyle et~al.(1988).
It is time consuming (usually takes several minutes) to implement this function.
Boyle KJ, Welsh MP, Bishop RC (1988). “Validation of Empirical Measures of Welfare Change: Comment.” Land Economics, 64(1), 94–98.
Hole AR (2007). “A Comparison of Approaches to Estimating Confidence Intervals for Willingness to Pay Measure.” Health Economics, 16, 827–840.
Krinsky I, Robb AL (1986). “On Approximating the Statistical Properties of Elasticities.” The Review of Economics and Statistics, 68, 715–719.
Krinsky I, Robb AL (1990). “On Approximating the Statistical Properties of Elasticities: A Correction.” The Review of Economics and Statistics, 72, 189–190.
1 | ## See Examples in dbchoice and sbchoice.
|
Loading required package: MASS
Loading required package: interval
Loading required package: survival
Loading required package: perm
Loading required package: Icens
Loading required package: MLEcens
Loading required package: Formula
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.