Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lära Sales and Revenue | Matrices
R Introduction: Part II
course content

Kursinnehåll

R Introduction: Part II

R Introduction: Part II

1. Matrices
2. Data Frames
3. Lists

book
Sales and Revenue

Let's consolidate acquired knowledge with a practical task!

Note

If you want to multiply each element of the row to a specific value (i.e., not one number for all elements), you need to have the condition: the number of rows of the matrix equals the multiplying vector length satisfied.

Uppgift

Swipe to start coding

You have the selling data for a local furniture store stored in the sellings matrix.

MonthSofaArmchairDining tableDining chairBookshelf
March1621302310
April4039132116
May1121363216

And vector of prices named prices.

SofaArmchairDining tableDining chairBookshelf
34015011545160

Your tasks are:

  1. Output the total number of items sold each month.
  2. Transpose of the sellings matrix and reassign the result to the sellings variable.
  3. Find out revenue by each good by multiplying sellings and prices. Save the result to the income variable.
  4. Output the monthly revenues.
  5. Output the total three months' revenue.

Lösning

Switch to desktopByt till skrivbordet för praktisk övningFortsätt där du är med ett av alternativen nedan
Var allt tydligt?

Hur kan vi förbättra det?

Tack för dina kommentarer!

Avsnitt 1. Kapitel 7
toggle bottom row

book
Sales and Revenue

Let's consolidate acquired knowledge with a practical task!

Note

If you want to multiply each element of the row to a specific value (i.e., not one number for all elements), you need to have the condition: the number of rows of the matrix equals the multiplying vector length satisfied.

Uppgift

Swipe to start coding

You have the selling data for a local furniture store stored in the sellings matrix.

MonthSofaArmchairDining tableDining chairBookshelf
March1621302310
April4039132116
May1121363216

And vector of prices named prices.

SofaArmchairDining tableDining chairBookshelf
34015011545160

Your tasks are:

  1. Output the total number of items sold each month.
  2. Transpose of the sellings matrix and reassign the result to the sellings variable.
  3. Find out revenue by each good by multiplying sellings and prices. Save the result to the income variable.
  4. Output the monthly revenues.
  5. Output the total three months' revenue.

Lösning

Switch to desktopByt till skrivbordet för praktisk övningFortsätt där du är med ett av alternativen nedan
Var allt tydligt?

Hur kan vi förbättra det?

Tack för dina kommentarer!

Avsnitt 1. Kapitel 7
Switch to desktopByt till skrivbordet för praktisk övningFortsätt där du är med ett av alternativen nedan
Vi beklagar att något gick fel. Vad hände?
some-alt