Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I'm doing some data analytics in R and I have a tibble that looks like this, only with 9 Vendors and 27 activities. The values

I'm doing some data analytics in R and I have a tibble that looks like this, only with 9 Vendors and 27 activities. The values represent how many times an activity occurs per vendor. How can I visualize this in R? I've tried to create a heatmap and a stacked column chart but I'm running into problems trying to select all my y variables. I'm using R and the ggplot extension.

Vendors Initial management Approval Rejected
Vendor1 1 0.5 0.5
Vendor2 1 1 0
Vendor3 1 0 1

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

Recommended Textbook for

Intermediate Accounting

Authors: Loren A Nikolai, D. Bazley and Jefferson P. Jones

10th Edition

324300980, 978-0324300987

Students also viewed these Accounting questions

Question

What is a multivariate data set?

Answered: 1 week ago