Question: #################################################################################### # Q 5 : Bin the customers in Software _ Group _ NPSL 9 data frame into the following four age groups. # <

####################################################################################
# Q5: Bin the customers in Software_Group_NPSL9 data frame into the following four age groups.
# <25; >=25 but <35; >=35 but <45; and 45 and over. Label the groups accordingly.
# Use table () function to report each group size (10 pts).
####################################################################################
############YOUR CODE START HERE###############
####################################################################################
# Q6: Bin the customers in Software_Group_NPSL9 data frame into the five salary groups.
# Use the 0th,20th,40th,60th,80th,100th percentiles of the variable salary.
# Each group is also assigned a score from 1 to 5, with 5 being the highest.
# Label the groups accordingly.
# Use table () function to report each group size (10 pts).
####################################################################################
############YOUR CODE START HERE###############

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 Programming Questions!