A detailed description of each step of practical 1, including screenshots and explanations of the steps taken in R. This document includes everything that is seen in class, and all the exercises that are needed to be made for practical 1 of Advanced Data Analysis of the first master of Biomedical S...
ADVANCED DATA
ANALYSIS
Practical 1: classroom introduction
1. Basic syntax of R
R uses the command line: not a graphical click-and-point interface
Typing your commands in an editor saved in a text file
First, open R x64 4.1.2: then you get the crude R graphical user interface. You can type after the red
arrow. You can also assign a certain result or calculation to a particular object: here we use a. From
now on, R knows that a stands for 15.
You can then use this a to do calculations, for example log(a). This log is what they call a ‘function’ in
R: like the working horse in R. These objects can perform statistical functions. a is the input of the log
function, and the input of a R function is referred to as an argument. The output of this calculation
can then again be assigned to another object, for example b.
a <- 25 R is case-sensitive!
b <- log(a)
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, Bancontact of creditcard 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 Bi0med. Stuvia faciliteert de betaling aan de verkoper.
Zit ik meteen vast aan een abonnement?
Nee, je koopt alleen deze samenvatting voor €5,49. Je zit daarna nergens aan vast.