100% tevredenheidsgarantie Direct beschikbaar na betaling Zowel online als in PDF Je zit nergens aan vast
logo-home
3. Introduction to R - Probability functions and Tables €2,63
In winkelwagen

Presentatie

3. Introduction to R - Probability functions and Tables

1 beoordeling
 88 keer bekeken  0 keer verkocht
  • Vak
  • Instelling

Step by step walkthrough covering the use of the following functions rnorm() pnorm() rexp() pexp() pbinom() dbinom() ppois() table() tapply() sd() prop.table() Examples are provided along with questions and answers. link to sample data is provided in the presentation

Voorbeeld 10 van de 65  pagina's

  • 8 juli 2018
  • 65
  • 2017/2018
  • Presentatie
  • Onbekend

1  beoordeling

review-writer-avatar

Door: jonassimpe • 5 jaar geleden

avatar-seller
Introduction to R –
Probabilities and tables
Link to the data used is provided

,Let’s start at the beginning
• Open RStudio; create a new script
• Clear R’s memory
• Set your working directory to the same folder you used for the oth
sessions

,Let’s start at the beginning
• Open RStudio; create a new script
• Clear R’s memory
rm(list=ls())

• Set your working directory to the same folder you used for the oth
sessions
setwd(“C:/Users/dtros/Documents/Using R/Session 1”)

,
,Probability Distributions
R has functions for a variety of probability distributions

,Function rnorm()
• To begin let’s find out what rnorm() is
• Bring up this functions help file

,
,Function rnorm()
• To begin let’s find out what rnorm() is
• Bring up this functions help file
• Were you able to do it? Remember that you can bring up a functio
help file using
?rnorm
• This is the last function in the list for ‘Normal Distribution’
• The description of rnorm() is as follows – rnorm() generates
random numbers that are from a normal distribution
• Run the following
x <- rnorm(100000, mean = 0, sd = 1)

,
, Function rnorm()
• Run the following
x <- rnorm(100000, mean = 0, sd = 1)

• As you can see, including spaces does not make a difference at this
point, as long as you have used the correct arguments and have
placed them in the correct order
• This line of code has produced 100 000 values from a standard
normal distribution; with a mean of 0 and a standard deviation of 1

Voordelen van het kopen van samenvattingen bij Stuvia op een rij:

Verzekerd van kwaliteit door reviews

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

Snel en makkelijk kopen

Je betaalt supersnel en eenmalig met iDeal, creditcard of Stuvia-tegoed voor de samenvatting. Zonder lidmaatschap.

Focus op de essentie

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.

Is Stuvia te vertrouwen?

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

Afgelopen 30 dagen zijn er 51056 samenvattingen verkocht

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

Start met verkopen
€2,63
  • (1)
In winkelwagen
Toegevoegd