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...
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,]
Voordelen van het kopen van samenvattingen bij Stuvia op een rij:
Verzekerd van kwaliteit door reviews
Stuvia-klanten hebben meer dan 700.000 samenvattingen beoordeeld. Zo weet je zeker dat je de beste documenten koopt!
Snel en makkelijk kopen
Je betaalt supersnel en eenmalig met iDeal, creditcard of Stuvia-tegoed voor de samenvatting. Zonder lidmaatschap.
Focus op de essentie
Samenvattingen worden geschreven voor en door anderen. Daarom zijn de samenvattingen altijd betrouwbaar en actueel. Zo kom je snel tot de kern!
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.