Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Part 4 : Logistic Regressions 4 . 1 [ 3 p t ] Because the mean tip percentage in the sample is about 1 7

Part 4: Logistic Regressions
4.1[3pt] Because the mean tip percentage in the sample is about 17%, we might think that increasing the default tip suggestions from 15,20, and 25 percent to 20,25, and 30 percent would decrease the incidence of riders selecting a default option. Run a logistic regression in which the depenent variable is the default_option and the independent variables are CMT, post_feb, and CMTxpost. At the mean, what was the marginal effect of increasing the default tip suggestions on the probability that a rider would select a default option? Store your answer in the variable effect_on_default_selection as a float. Is the effect statistically significant? Store your answer in the variable stat_sig as either the string "yes" or "no".
[]:
effect_on_default_selection = None
stat_sig = None
# YOUR CODE HERE
raise NotImplementedError()
[]:
#hidden tests for problem 4.1 are within this cell
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored 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

Recommended Textbook for

Database Design And SQL For DB2

Authors: James Cooper

1st Edition

1583473572, 978-1583473573

More Books

Students also viewed these Databases questions