kpiFunctions: Data Preparation Functions

Description Usage Arguments

Description

Data Preparation Functions

Plot Output Functions

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
calcRevenueShop(ecomData)

calcCustomersShop(ecomData)

calcNumProdsShop(ecomData)

calcRevenueI(ecomData, customerID)

calcQuantileI(ecomData, customerID)

calcNumProdsI(ecomData, customerID)

trendDist(ecomData, dateSpan, trendVar)

timeDist(ecomData, timeVar)

trendDistI(ecomData, customerID, dateSpan, trendVarI)

timeDistI(ecomData, customerID, timeVarI)

calcTopProductsShop(ecomData, numProducts, dateSpan)

emptyProdTable()

calcLowProductsShop(ecomData, numProducts, dateSpan)

calcTopProductsI(ecomData, customerID, numProducts, dateSpan)

calcLowProductsI(ecomData, customerID, numProducts, dateSpan)

Arguments

ecomData

data object


INWTlab/ecom-analytics documentation built on Sept. 9, 2019, 5:05 p.m.