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)
Les avantages d'acheter des résumés chez Stuvia:
Qualité garantie par les avis des clients
Les clients de Stuvia ont évalués plus de 700 000 résumés. C'est comme ça que vous savez que vous achetez les meilleurs documents.
L’achat facile et rapide
Vous pouvez payer rapidement avec iDeal, carte de crédit ou Stuvia-crédit pour les résumés. Il n'y a pas d'adhésion nécessaire.
Focus sur l’essentiel
Vos camarades écrivent eux-mêmes les notes d’étude, c’est pourquoi les documents sont toujours fiables et à jour. Cela garantit que vous arrivez rapidement au coeur du matériel.
Foire aux questions
Qu'est-ce que j'obtiens en achetant ce document ?
Vous obtenez un PDF, disponible immédiatement après votre achat. Le document acheté est accessible à tout moment, n'importe où et indéfiniment via votre profil.
Garantie de remboursement : comment ça marche ?
Notre garantie de satisfaction garantit que vous trouverez toujours un document d'étude qui vous convient. Vous remplissez un formulaire et notre équipe du service client s'occupe du reste.
Auprès de qui est-ce que j'achète ce résumé ?
Stuvia est une place de marché. Alors, vous n'achetez donc pas ce document chez nous, mais auprès du vendeur Bi0med. Stuvia facilite les paiements au vendeur.
Est-ce que j'aurai un abonnement?
Non, vous n'achetez ce résumé que pour €5,49. Vous n'êtes lié à rien après votre achat.