100% tevredenheidsgarantie Direct beschikbaar na je betaling Lees online óf als PDF Geen vaste maandelijkse kosten
logo-home
2. An introduction to using R €2,63
In winkelwagen

Presentatie

2. An introduction to using R

 0 keer verkocht
  • Vak
  • Instelling

A link to the sample data is provided in the presentation. This section covers indexing and sub-setting, the use of square brackets, calculating summary statistics; functions such as mean(), by the end of this you will be comfortable with creating objects. The apply() function is covered as well a...

[Meer zien]
Laatste update van het document: 6 jaar geleden

Voorbeeld 7 van de 113  pagina's

  • 6 juli 2018
  • 23 juli 2018
  • 113
  • 2017/2018
  • Presentatie
  • Onbekend
avatar-seller
An introduction to R – part 2
Use the same R script as session 1

,Indexing and Sub-Setting
“finding and grabbing part of your data”

Link to data is found at end of presentation

,Indexing and sub-setting
• Recall that R has stored your data in a data frame; a good way to th
of this is the equivalent of a spreadsheet
• If you think of a data frame as a spreadsheet then you’ll be able to grasp t
concept of the frame dimensions
• There are two: rows and columns
• Often one needs to analyse only a subset of data such as certain ro
or columns (particular variables)
• Indexing: R data frame has assigns numerical values to your rows a
columns. These are implicit, i.e. R is not going to alter your data se
but these implicit numbers allow you to generate a subset of your
data. This is known as indexing

,How does one sub-set data?
• By use of [] and ,
• The square brackets replace the round brackets
• Therefore if I want to generate a subset of data from my session 1
data; I would use the following
Session1Data[]
• Within the brackets, you tell R what to do by using numbers and a
comma

,
,How does one sub-set data?
• By use of [] and ,
• The square brackets replace the round brackets
• Therefore if I want to generate a subset of data from my session 1 data;
would use the following
Session1Data[]
• Within the brackets, you tell R what to do by using numbers and a comm
• I have chosen to use the same R script from before and indicate as such
with the annotation
# Session 2
• I selected and ran this line of code

, How to use [] and ,
• Have your data file open in excel while you look at the next few step
• Type in the following and run it
Session1Data[1,]

Dit zijn jouw voordelen als je samenvattingen koopt bij Stuvia:

Bewezen kwaliteit door reviews

Bewezen kwaliteit door reviews

Studenten hebben al meer dan 850.000 samenvattingen beoordeeld. Zo weet jij zeker dat je de beste keuze maakt!

In een paar klikken geregeld

In een paar klikken geregeld

Geen gedoe — betaal gewoon eenmalig met iDeal, creditcard of je Stuvia-tegoed en je bent klaar. Geen abonnement nodig.

Direct to-the-point

Direct to-the-point

Studenten maken samenvattingen voor studenten. Dat betekent: actuele inhoud waar jij écht wat aan hebt. Geen overbodige details!

Veelgestelde vragen

Wat krijg ik als ik dit document koop?

Je krijgt een PDF, die direct beschikbaar is na je aankoop. Het gekochte document is altijd, overal en oneindig toegankelijk via je profiel.

Tevredenheidsgarantie: hoe werkt dat?

Onze tevredenheidsgarantie zorgt ervoor dat je altijd een studiedocument vindt dat goed bij je past. Je vult een formulier in en onze klantenservice regelt de rest.

Van wie koop ik deze samenvatting?

Stuvia is een marktplaats, je koop dit document dus niet van ons, maar van verkoper dominique13. Stuvia faciliteert de betaling aan de verkoper.

Zit ik meteen vast aan een abonnement?

Nee, je koopt alleen deze samenvatting voor €2,63. Je zit daarna nergens aan vast.

Is Stuvia te vertrouwen?

4,6 sterren op Google & Trustpilot (+1000 reviews)

Afgelopen 30 dagen zijn er 66184 samenvattingen verkocht

Opgericht in 2010, al 15 jaar dé plek om samenvattingen te kopen

Begin nu gratis
€2,63
  • (0)
In winkelwagen
Toegevoegd