The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Project Customer Retention based on Fader and Hardie et. al. Probability Mixture Models
You can install the stable version from CRAN.
('foretell', dependencies = TRUE) install.packages
You can install the development version from Github
# install.packages("devtools")
devtools::install_github("forecaster18/foretell")
(foretell)
library
# Beta Geometric
<- c(100,86.9,74.3,65.3,59.3)
surv_value <- 6
h (surv_value,h)
BG
# Beta Discrete Weibull
<- c(100,86.9,74.3,65.3,59.3)
surv_value <- 6
h (surv_value,h)
BdW
# Latent Class Discrete Weibull
<- c(100,86.9,74.3,65.3,59.3,55.1,51.7,49.1,46.8,44.5,42.7,40.9,39.4)
surv_value <- 6
h (surv_value,h)
LCW
This package is free and open source software, licensed under GPL-3.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.