Authors
Cars Data Set Latest
19.04.2020
Analysis of cars data set in R by Linda Angulo Lopez Part 1 data(cars) str(cars) ## 'data.frame': 50 obs. of 2 variables: ## $ speed: num 4 4 7 7 8 9 10 10 10 11 ... ## $ dist : num 2 10 4 22 16 10 18 26 34 17 ... summary(cars) ##...
121 sym R (475 sym/7 pcs) 3 img
jmount 46
What is Chapter 8 of Practical Data Science with R? Latest
09.06.2020
Chapter 8 “Advanced Data Preparation” of Practical Data Science with R is a study in: Using the R vtreat package for advanced data preparation. Cross-validated data preparation. It is the professionally edited, ready to cite version of an...
1190 sym
Investigating NYC crime reasons Latest
06.12.2019
1 A Socio-Economic Investigation into Crime Presented by: Salma Elshahawy [@salma71](https://github.com/salma71) Dhairav Chhatbar [@dhairavc](https://github.com/dhairavc) Mael Illien [@maelillien](https://github.com/maelillien) 1.1 Introduction...
4253 sym R (1920 sym/11 pcs) 7 img 1 tbl
R on mages' blog 46
ChainLadder 0.2.1 released Latest
14.07.2015
Over the weekend we released version 0.2.1 of the ChainLadder package for claims reserving on CRAN. New FeaturesNew function PaidIncurredChain by Fabio Concina, based on the 2010 Merz & Wüthrich paper Paid-incurred chain claims...
979 sym
bridge-week-1 Latest
12.07.2023
Don’t bother grading I am an optional attendee of this this R Bridge program. Problem 1: 12 Factorial Write a loop that calculates 12-factorial recurse <- function(x){ if(x==1) { #stop calling yourself!! return(1) }...
529 sym
Theory meets practice... 46
When Should One Stop Testing Software? Latest
05.05.2016
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. The markdown+Rknitr source code of this blog is available under a GNU General Public License (GPL v3) license from . Abstract This is a small note...
8437 sym R (1693 sym/3 pcs) 10 img
Philip Tanofsky 46
Assignment01_TestRun_Publish Latest
02.02.2020
library(RCurl) ## Loading required package: bitops movings_ratings_url <- getURL("https://raw.githubusercontent.com/fivethirtyeight/data/master/fandango/fandango_score_comparison.csv") movie_ratings <-data.frame(read.csv(text=movings_ratings_url,...
1058 sym R (3452 sym/8 pcs) 1 img
Jonathan Burns 45
HW.1 -Jonathan Burns Latest
11.07.2023
#Question 1 x <- 1 for (i in c(2:12)) { x <- x*i } print(x) ## [1] 479001600 #Question 2 nVector <- seq(20,50,5) print(nVector) ## [1] 20 25 30 35 40 45 50 #Question 3 quadratic <- function(a,b,c){ if(quad(a, b, c) > 0) { x1 =...
9 sym
rOpenSci Blog - R 45
OA week – A simple use case for programmatic access to PLOS full text Latest
21.10.2013
Open access week is here! We love open access, and think it's extremely important to publish in open access journals. One of the many benefits of open access literature is that we likely can use the text of articles in OA journals for many...
1950 sym R (2636 sym/6 pcs) 6 img
Revisando o R e o RStudio Latest
15.06.2021
GET00130 - Métodos Computacionais para Estatística II 1 - Introdução 2 - Pedindo Ajuda 3 - RStudio 4 - Instalar pacotes 5 - Objetos 6 - Tipos de dados 7 - Valores especiais GET00130 - Métodos Computacionais para Estatística II Jony Arrais...
8382 sym R (11394 sym/132 pcs) 3 img