Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Download the Excel sheet and find the tab with your name. Clean the data and create calculated variables as follows: Clean Gender and create Gender

Download the Excel sheet and find the tab with your name. Clean the data and create calculated variables as follows:
Clean Gender and create "Gender1M2F" with code Males=1 and Females=2
Clean Week and Day to numeric variables
Create a continuous variable "Time to first purchase" = week+(day/7)
Calculate "Total Satisfaction"=satisfaction1+...+satisfaction6
Create variable "Time Category" based off of the "Time to first purchase" variable created above where:
If Time to first Purchase is <10, then Time Category=1
If Time to first Purchase is between 10-30, then Time Category=2,
If Time to first Purchase is>30, then Time Category=3
Use VLOOKUP to bring your Score into the Basket column: =VLOOKUP(B2,Score,2,FALSE)
Calculate a random number in the Scores column based on your Score: =IF(C2>5,RANDBETWEEN(40,90),RANDBETWEEN(10,60))

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

Draw a schematic diagram of I.C. engines and name the parts.

Answered: 1 week ago