Question: NetPresentValuePercustomer - Using profit per customer and a discount rate of 1 0 % , compute the net present value of a customer for each

NetPresentValuePercustomer - Using profit per customer and a discount rate
of 10%, compute the net present value of a customer for each year
{r}
Part1_CohortValue$NetPresentValuePerCustomer = "your code"
View(Part1_CohortValue)
TotalAnnualProfit - Using the NetPresentValuePercustomer and Numbercustomers columns, compute the total annual discounted profit for
each year
{r}
Part1_CohortValue$Tota1AnnualProfit = "Your Code"
View(Part1_CohortVa1ue)\ This is for the software R Studio. If you could help me with the coding for where it says "Your Code" that would be greatly appreciated. table[[Year,hat(),RetentionRate,ProfitPerCustomer,NumberCustomers,NetPresentValuePerCustomer,TotalAnnualProfit],[0,0,NA,-125,100000,your code,NA],[1,1,60,60000,your code,NA,],[2,2,70,42000,your code,NA,],[3,3,75,45,31500,your code,NA],[4,4,80,25200,your code,NA,],[5,5,85,115,21420,your code,NA],[6,6,90,165,19278,your code,NA],[7,7,92,225,17736,your code,NA],[8,8,94,16672,your code,NA,],[9,9,95,375,15838,your code,NA],[10,10,96,425,15204,your code,NA]]
 NetPresentValuePercustomer - Using profit per customer and a discount rate of

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!