exltrend: Excel based trendlines for projecting customer retention.
Description
exltrend generates Microsoft(r) Excel(r) based linear, logarthmic, exponential, polynomial of order 2, power trends.
Usage
exltrend(surv_value, h)
Arguments
surv_value
a numeric vector of historical customer retention percentage should start at 100 and non-starting values should be between 0 and less than 100
h
forecasting horizon
Value
fitted:
A data frame of fitted Values based on historical data for linear (lin.p), exponential (exp.p), logarthmic (log.p), polynomial (poly.p) of order 2 and power (pow.p) trends.
projected:
A data frame of projected h values based on historical data for linear (lin.p), exponential (exp.p), logarthmic (log.p), polynomial (poly.p) of order 2 and power (pow.p) trends.