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

Kursinnhold

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.

Oppgave

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 desktopBytt til skrivebordet for virkelighetspraksisFortsett der du er med et av alternativene nedenfor
Alt var klart?

Hvordan kan vi forbedre det?

Takk for tilbakemeldingene dine!

Seksjon 1. Kapittel 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.

Oppgave

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 desktopBytt til skrivebordet for virkelighetspraksisFortsett der du er med et av alternativene nedenfor
Alt var klart?

Hvordan kan vi forbedre det?

Takk for tilbakemeldingene dine!

Seksjon 1. Kapittel 7
Switch to desktopBytt til skrivebordet for virkelighetspraksisFortsett der du er med et av alternativene nedenfor
Vi beklager at noe gikk galt. Hva skjedde?
some-alt