Answered step by step
Verified Expert Solution
Question
1 Approved Answer
# R code goes on the line after each question prompt. ****Need help on 2 and 3 Thank You . # CG Q0 # Read
# R code goes on the line after each question prompt. ****Need help on 2 and 3 Thank You
. # CG Q0 # Read in the data as tlmrk. tlmrk<-read.csv("telemarketing.csv",strings=T)
# CG Q1 # Use the nrow() function to find the nummber of customer records. nrow(tlmrk)
# CG Q2 # How many customers in this dataset subscribed to a term deposit product?
# CG Q3 # Find the percent of customers that subscribed to a term deposit product.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started