Authors
John Carter Young 7
Quiz 1 Latest
22.02.2021
# Load packages library(tidyquant) ## Warning: package 'tidyquant' was built under R version 4.0.3 ## Warning: package 'lubridate' was built under R version 4.0.3 ## Warning: package 'PerformanceAnalytics' was built under R version 4.0.3 ##...
1134 sym R (2704 sym/22 pcs)
MSDS Bridge R Homework 1 Latest
26.12.2020
Week 1 R Homework by Jhalak Das 12/25/2020 1. Write a loop that calculates 12-factorial count <- 12 result <- 1 while (count != 1){ result <- result*count count <- count - 1 print(result) } ## [1] 12 ## [1] 132 ## [1] 1320 ## [1]...
364 sym R (1621 sym/8 pcs)
jean-robert.github.com 7
Initial thanks Latest
21.01.2012
Starting this blog with initial thanks to Josh Suereth from whom I cloned the template of this blog, Tom Preston-Werner who made Jekyll (a static site generator for this blog), Scott Chamberlain who made me aware of it. Related To leave a...
624 sym
Jean Karlo Delgado 7
Datos Conejos Latest
01.09.2020
##Datos Conejos (Libreria Faraway) Mostrar resultado de datos conejos require(faraway) data("rabbit") head(rabbit) #head para mostrar más resumido los datos ## treat gain block ## 1 f 42.2 b1 ## 2 b 32.6 b1 ## 3 c 35.2...
619 sym R (531 sym/6 pcs) 2 img
Jean Arriagada, Jose Martinez, Maite Sanchez 7
ACTIVIDAD 3 - ARRIAGADA Latest
04.05.2020
install.packages("data.table") ## Installing package into '/home/rstudio-user/R/x86_64-pc-linux-gnu-library/3.6' ## (as 'lib' is unspecified) install.packages("dplyr") ## Installing package into...
2028 sym R (1490 sym/19 pcs) 1 img
Julia Brown 7
Quiz 1 Latest
10.09.2020
# Load packages library(tidyquant) library(tidyverse) # for count() function # Import S&P500 Stock Index SP500 <- tq_index("SP500") SP500 ## # A tibble: 505 x 8 ## symbol company identifier sedol weight sector shares_held...
1022 sym R (1735 sym/4 pcs)
Jefferson Bien-Aime 7
Reproducible Research Project 2 Latest
09.11.2020
1: Synopsis The goal of the assignment is to explore the NOAA Storm Database and explore the effects of severe weather events on both population and economy.The database covers the time period between 1950 and November 2011. The following analysis...
1332 sym R (6507 sym/16 pcs) 2 img
Jeffrey Hollister 7
First post, and its a doozy! Latest
07.09.2013
Well, not really a doozy. Just something nice and slow to get me going. So, seeing as I intend to post stuff about R along with the other things, I thought it best to understand how all those great R bloggers embed the highlighted R code into...
869 sym R (71 sym/1 pcs) 16 img
R-notebook-example Latest
09.04.2020
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...
1902 sym R (10 sym/1 pcs) 1 img
jehrlinger 7
Parallel execution of randomForestSRC Latest
13.02.2013
I guess I’m the resident expert on resampling methods at work. I’ve been using bagged predictors and random forests for a while, and have recently been using the randomForestSRC (RF-SRC) package in R...
2489 sym R (545 sym/9 pcs) 16 img