Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Can you fix in R. This is my table. I want to summary by different reported usage level groups(poeple who report use the product avg,

Can you fix in R. This is my table. I want to summary by different reported usage level groups(poeple who report use the product avg, high,little,very_high,and very littlle) and customer's leave status =="LEAVE" only (which mean I only want to summary by group name called ,,=LEAVE no need summary ,,= STAY) image text in transcribed

> tab tab LEAVE > summary(subset(tab, churn$LEAVE=="LEAVE", group_by=churn$REPORTED_USAGE_LEVEL)) Min. 1st Qu. Median Mean 3rd Qu. Max. NA's 61.0 207.2 309.5 365.6 453.0 1108.0 9834 > tab tab LEAVE > summary(subset(tab, churn$LEAVE=="LEAVE", group_by=churn$REPORTED_USAGE_LEVEL)) Min. 1st Qu. Median Mean 3rd Qu. Max. NA's 61.0 207.2 309.5 365.6 453.0 1108.0 9834

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

Succeeding in Business with Microsoft Excel 2013 A Problem Solving Approach

Authors: Debra Gross, Frank Akaiwa, Karleen Nordquist

1st edition

978-1285099149, 9781285963969, 1285099141, 1285963962, 978-1285715346

More Books

Students also viewed these Finance questions

Question

What are the advantages are limitations of Ratio analysis?

Answered: 1 week ago