100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached
logo-home
Rstudio formules + functie Statistiek $3.23   Add to cart

Other

Rstudio formules + functie Statistiek

 14 views  1 purchase
  • Course
  • Institution

Formules met hun functies en uitleg die gebruikt kunnen worden in Rstudio

Preview 1 out of 4  pages

  • June 23, 2021
  • 4
  • 2019/2020
  • Other
  • Unknown
avatar-seller
Formules in R
Algemeen

Formules Invoer Korte Uitleg
ls() ls() Geeft weer wat er in je workspace is
opgeslagen
? VB: ?mean Geeft weer wat een functie doet
naam_van_functie
apropos("zoekter VB: apropos("test") Geeft alle functies weer met de
m") opgegeven zoekterm erin
tekst statistiek Tekst voer je in met dubbele
aanhalingstekens
Bestand openen Bestandsnaam = Bestand openen
read.table(file.choose(),
header=TRUE)
install.packages() install.packages("package naam") ---> Installeren van functies die niet in het
---> library() library("package naam") met basis pakket van R studio behoren. Met
library(MASS) open je de datasets van library() open je de package vervolgens
R zelf
data() data(dataset) Openen van een datafile
rm() rm(variabele) verwijdert variabele. rm(list=ls())
verwijdert alles in je workspace


Statistische functies

Formules Invoer Korte Uitleg
exp() exp(x) e^x
factorial() factorial(x) x!
c(argument1, argument2, VB: c(3,5,6,7) Maakt een vector van de ingevoerde
argument3, etc…) argumenten
mean() mean(vector) VB: vector=c(3,5,6,7) Geeft het gemiddelde van de
ingevoerde argumenten
sample() sample(dobbel, size=n, De functie sample() trekt een of meer
replace=FALSE/TRUE) willekeurige getallen uit een vector(zie
dobbel). Replace = FALSE is zonder
terugleggen, replace = TRUE is met
terugleggen, size is de grote van de
sample
table() table(vector) De functie table() maakt een
frequentietabel van een vector en
geeft dus weer hoe vaak een
argument voorkomt
sum() sum(vector) Geeft de som van de ingevoerde
argumenten
rowSums(), colSums(), rowSums(vector) Geeft de som of het gemiddelde van
rowMeans(), colMeans() een rij of kolom argumenten
length() length(vector) Geeft de lengte van de ingevoerde
argumenten, makkelijk om je
steekproefgrootte (n) mee te
berekenen
head() head(tabel) Geeft de eerste 6 rijen van een tabel
sd() sd(vector) Geeft de standaarddeviatie van de
ingevoerde argumenten
var() var(vector) Geeft de variantie van de ingevoerde

The benefits of buying summaries with Stuvia:

Guaranteed quality through customer reviews

Guaranteed quality through customer reviews

Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.

Quick and easy check-out

Quick and easy check-out

You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.

Focus on what matters

Focus on what matters

Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!

Frequently asked questions

What do I get when I buy this document?

You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.

Satisfaction guarantee: how does it work?

Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.

Who am I buying these notes from?

Stuvia is a marketplace, so you are not buying this document from us, but from seller amber-cn. Stuvia facilitates payment to the seller.

Will I be stuck with a subscription?

No, you only buy these notes for $3.23. You're not tied to anything after your purchase.

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

66579 documents were sold in the last 30 days

Founded in 2010, the go-to place to buy study notes for 14 years now

Start selling
$3.23  1x  sold
  • (0)
  Add to cart