this is a Package for R (www.r-project.org) to analyze data from Contingent Valuation Surveys, as frequently used to value public goods. The package is still under development.
If you want to try it out please take the following steps in your R command line
# if you have not done so already
# install the package "devtools" from CRAN by typing
install.packages("devtools")
# laod the "devtools"
library(devtools)
# now, after having prepared "devtools"
# you should be ready to install "ContingentValuation"
# directly from github by writing
install_github("umor/ContingentValuation")
Please let me know if you have comments on the package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.