Pricesensitivitymeter Package Released on CRAN
Great news: The “pricesensitivitymeter” package has just been released on CRAN! Please use the following link to find it there: https://cran.r-project.org/package=pricesensitivitymeter
CRAN is the standard repository for R packages, which means that the “pricesensitivitymeter” package can be installed via R’s standard routine:
install.packages("pricesensitivitymeter")
Compared to v0.1 of the package (which was available via Github), I have added the following features:
- support for running the analysis without a “too cheap” price
- vignette to explain charting
- unit testing for main function inputs and outputs
- smoothing of trial/revenue optimization for Newton Miller Smith extension (previous version was a bit bumpy when there were areas with sparse data)
- (changed the name of the main function to psm_analysis() for readability reasons)
I am excited that the CRAN release makes the package available for a wider group of users. If you observe bugs or have questions or suggestions, please feel free to send me an e-mail or open an issue in the Github repository.