Authors

Larry D'Agostino 24

IEOR Tools Tutorial: Learning XML with R Latest

16.08.2010

I have been using a lot of R lately in my work.  R (main site) is an open source statistical computing platform.  Saying R is only used for statistics does not do it justice.  I am finding it to be a really powerful statistical and...

7991 sym

Week 2 Assignment - Exploring Network Data Latest

06.02.2022

Week 2 Assignment An exploration of the Sampson’s Monks dataset. Lissie Bates-Haus, Ph.D. https://github.com/lbateshaus (DACSS, University of...

2288 sym R (4323 sym/30 pcs)

DeukJung 24

Document Latest

05.10.2020

2장 워크플로: 기초 2.1 코딩 기초 1. 계산기 기능 1 / 200 * 30 ## [1] 0.15 (59 + 73 + 2) / 3 ## [1] 44.66667 sin(pi / 2) ## [1] 1 2. 객체 생성 기능 <- 를 사용 x <- 3*4 " = " 기호 사용하지 말 것 " <- " 기호를...

843 sym R (667 sym/24 pcs) 4 img

Huei Jiuan Wu 24

0309HW1_chickwts example Latest

15.03.2020

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...

954 sym R (757 sym/6 pcs) 1 img

Karen Neri - A01657974 24

Árbol de decisión: Titanic Latest

06.09.2022

Importar la base de datos bd<-read.csv("/Users/Karen/Downloads/titanic.csv") Entender la base de datos summary(bd) ## pclass survived name sex ## Min. :1.000 Min. :0.000 Length:1310...

3164 sym R (3793 sym/14 pcs) 3 img

Nicole Urias 24

Tablas, histogramas y polígonos de distribución de frecuencia Latest

02.09.2020

#U1A2 #31 DE AGOSTO 2020 #NICOLE URIAS #SEGUNDO EJERCICIO DE ESTADISTICA APLICADA #TABLAS DE FRECUENCIA E HISTOGRAMAS setwd("~/ESTADISTICA APLICADA DE 10-11") #paquetes library(fdth) ## ## Attaching package: 'fdth' ## The following...

12 sym R (1468 sym/14 pcs) 7 img

2019 Govt Payroll EDA Latest

28.10.2021

This EDA looks into the Census of Governments Annual Survey of Public Employment & Payroll (ASPEP) data from 2019. This is an annual study, and has data going back to at least 1992. It contains data on employee counts and payroll at various levels...

1927 sym R (552 sym/2 pcs) 15 img

Kacie Jonston 24

Week 2: Best Practices 1 Latest

07.09.2022

Chapter 1 It’s Not Just about Forecasting The following are the key points in the chapter. Elaborate on each point in at least 30 words. Understanding economics can help you to diagnose the causes of increases or decreases in sales volumes...

1422 sym

Stat 50 24

Rmd-Surveys Latest

22.03.2022

Data library(readxl) Surveys <- read_excel("D:/COLLEGE 3RD YEAR/2nd SEMESTER/STAT 50 STATISTICAL SOFTWARE/MIDTERM/Surveys.xlsx") Surveys ## # A tibble: 34,786 x 13 ## record_id month day year plot_id species_id sex hindfoot_length weight...

21 sym R (1530 sym/8 pcs) 1 img

Usuario 24

U1A1 Latest

27.01.2021

"numeric" ## [1] "numeric" "integer" ## [1] "integer" "complex" ## [1] "complex" "logical" ## [1] "logical" "character" ## [1] "character" "vectores" ## [1] "vectores" "sqrt(100) sqrt(121) pi exp(1) exp(9) log(exp(1)) log10(1000) log2(8)...

20 sym R (1535 sym/14 pcs)