Authors

Arhat Pradhan 15

Test Latest

03.11.2022

R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. When you click the Knit button a document...

598 sym 1 img

Danna Bueno 15

U1A1 Latest

29.01.2021

R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. When you click the Knit button a document will...

594 sym R (268 sym/2 pcs) 1 img

Test Latest

02.11.2022

R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. When you click the Knit button a document will...

591 sym 1 img

awaiting assimilation 15

Almost There Latest

24.08.2010

It’s been a long wait, but it’s almost over… Ever felt like you started a term paper over and over? Never really getting the mojo to finish it? That’s how I felt creating an ubuntu package for rApache. They should be available in a few...

775 sym R (1084 sym/2 pcs)

4220 Homework 3 R Notebook Latest

25.02.2022

This is an R Markdown Notebook. When you execute code within the notebook, the results appear beneath the code. Try executing this chunk by clicking the Run button within the chunk or by placing your cursor inside it and pressing Cmd+Shift+Enter....

2001 sym R (2237 sym/13 pcs) 3 img

Bart Rogiers 15

R and the Geostatistical Software Library data format Latest

09.06.2011

The *.gslib file format originates from the Geostatistical Software Library, but is also used in the follow-up of that software, i.e. the Stanford Geostatistical Modelling Software (SGeMS). Since not all geostatistical algorithms are implemented...

1168 sym R (1088 sym/1 pcs) 2 img

Beniamino Sartini, Micol Allegro 15

L'università in Italia Latest

16.05.2021

1. Le Immatricolazioni in Italia 2. Un modello per l’effetto Covid19 3. E’ Possibile prevedere le Immatricolazioni? 4. Le Riforme nelle Universita Italiane 5. Analisi sui Fuorisede per Regione Appendice: Test e Considerazioni Contenuti Utili...

58098 sym R (26550 sym/53 pcs) 45 img 9 tbl

Assignment 3 Latest

18.09.2022

Read in fivethrityeight.com’s college majors data and check it. data <- read.csv("https://raw.githubusercontent.com/fivethirtyeight/data/master/college-majors/majors-list.csv") class(data) ## [1] "data.frame" head(data) ## FOD1P...

3139 sym R (3536 sym/37 pcs)

benjaminlmoore 15

9 reasons to use RStudio Latest

16.10.2012

In no particular order, here are nine reasons why I really like the RStudio IDE for the R statistical programming language. 1) R benefits from an IDE – I accept that in some languages an IDE is unnecessary—Perl is the first example that...

4541 sym 8 img

Benson Toi 15

R bridge Week 1 Assignment Latest

08.01.2022

Question 1 Write a loop that calculates 13-factorial. Bonus - try to do it two different ways (for example use a for loop and a while loop). Do not use the standard factorial function. The goal is to learn about how R uses loops. While loop...

676 sym R (1043 sym/8 pcs)