Authors
JottR on R 33
Start Me Up Latest
21.12.2016
The startup package makes it easy to control your R startup processes and to share part of your startup settings with others (e.g. as a public Git repository) while keeping secret parts to yourself. Instead of having long and windy .Renviron and...
1772 sym R (771 sym/2 pcs)
Seguros Uni Latest
21.02.2023
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
atmathew 33
Creating ‘Tags’ For PPC Keywords Latest
07.02.2013
When performing search engine marketing, it is usually beneficial to construct a system for making sense of keywords and their performance. While one could construct Bayesian Belief Networks to model the process of consumers clicking on ads, I...
1708 sym R (2620 sym/2 pcs) 4 img
GALLEGO-VEGA GERMAN 33
Cohorte de gestantes Latest
13.04.2023
1. GENERALIDADES DE LA COHORTE Los datos generales de la cohorte son: ## [1] "Total gestantes reportadas: 574267" ## [1] "Total gestantes unicas: 237348" ## [1] "Total gestantes validas: 237214" ## [1] "Total gestantes actualmente en embarazo:...
310 sym 4 img 4 tbl
Document Latest
09.07.2020
# Beremo podatke z ukazom read.table ter jih preimenujemo v Naloga2 z ukazom <- Naloga2 <- read.table("VAJE 1/SA_Vaje1_Naloga2.csv", header=TRUE, sep=",") # Izpiše nam prvih 6 vrstic podatkov, skupaj z imeni head(Naloga2) ## Donosnost ## 1...
7 sym R (1747 sym/7 pcs) 2 img
Donald Butler 33
R Bridge Week 1 Assignment Latest
21.07.2021
Exercise #1. Write a loop that calculates 12-factorial. result <- 1 for (i in 12:1){ result <- result * i } result ## [1] 479001600 Exercise #2. Show how to create a numeric vector that contains the sequence from 20 to 50 by 5. v <-...
354 sym R (475 sym/10 pcs)
Muhammad Ihya’ Ulumuddin Al Hazmi 33
Kalkulasi Menggunakan R Latest
23.09.2021
Dosen Pengampu: Prof. Dr. Suhartono, M.Kom Lembaga: Universitas Islam Negeri Maulana Malik Ibrahim Malang Jurusan: Teknik Informatika Operator Aritmatik Proses perhitungan akan ditangani oleh fungsi khusus. R akan memahami urutannya secara...
969 sym R (212 sym/18 pcs) 1 tbl
Archer Gallardo - A01732441 33
Comandos_Basicos Latest
08.09.2022
Símbolos ^ ~ Asignación de Variables x <- 3 y <- 2 Impresión de Resultados x ## [1] 3 y ## [1] 2 Operaciones Aritméticas suma <- x+y suma ## [1] 5 resta <- x-y resta ## [1] 1 multiplicacion <- x*y multiplicacion ## [1] 6 division <-...
1115 sym 2 img
Guest Blogger 33
Introducing R for Big Data with PivotalR Latest
04.06.2014
Written by Hai Qian & Woo J. Jung of Pivotal Data Labs When discussing data science tools, it’s common for folks to passionately debate about algorithm breadth, scalability, and performance among the many available options. Yet one of the...
6637 sym R (40 sym/1 pcs) 4 img
Anna Alari 33
Statistiques Descriptives Épisodes de Pics Pollution entre 2000 et 2017 Latest
21.01.2020
Episodes de dépassement du niveau d’information ou d’alerte entre 2000 et 2017 Entre 2000 et 2017, 264 jours ont été caracterisés par des pics de pollution, défini par le dépassement d’un seuil d’information (1er seuil) ou d’alerte...
2475 sym R (9410 sym/16 pcs) 12 img