Authors

Juan José Arias Monterroza AM19005 17

Prueba de clase Latest

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

Juan José Echeverry 17

Monitoria Heteroscedasticidad Latest

12.05.2023

CARGAMOS PAQUETES Y AJUSTAMOS NOTACION CIENTIFICA CARGAMOS BASES DE DATOS #cargamos base de datos gpa3 <- read_dta("http://fmwww.bc.edu/ec-p/data/wooldridge/gpa3.dta") hprice1 <- read_dta("http://fmwww.bc.edu/ec-p/data/wooldridge/hprice1.dta")...

5045 sym 3 img

Homework 1 Latest

21.01.2023

Kara Joyner Kara.Joyner@utsa.edu Here is my screenshot Including libraries library(readxl) library(car) ## Loading required package: carData library(janitor) ## ## Attaching package: 'janitor' ## The following objects are masked from...

404 sym R (11044 sym/43 pcs) 2 img

Assignment 2: Enron Email Dataset Latest

04.02.2022

Week 2 Assignment Analyzing the Enron Emails dataset from the network package Kristina Becvar 2022-02-04 “Enron Emails.R” is a file in the course repository that consists of a network of emails between enron employees from the...

5917 sym R (6782 sym/109 pcs) 1 img

Khusnia Nurul Khikmah 17

TUGAS PRAKTIKUM 8 STA561 Latest

23.10.2021

Soal 1 Susunlah sintaks R untuk penjumlahan deret berikut! \[ z=1+1+\frac{1}{2}+\frac{1}{3}+\frac{1}{5}+\frac{1}{8}+\cdots \] Jawaban: Bagian penyebut pada soal nomer 1 diidentifikasi sebagai barisan bilangan Fibonacci. Sedangkan untuk...

2067 sym R (1641 sym/12 pcs)

Kris Sutton 17

Class Practice Latest

01.06.2021

This is my first markdown file Create my first chunk # create my first chunk minutes <-c(60, 150, 45, 35, 90, 60, 90, 70, 80, 95) mean(minutes) ## [1] 77.5 create a boxplot create a chunk shortcut: command Alt i boxplot(minutes)...

124 sym R (117 sym/3 pcs) 1 img

KLL 17

STAT Course Latest

13.02.2022

dta <- read.table("nprof.txt", h = F) names(dta) <- c("年分", "教師數", "教授", "副教授", "助理教授", "講師", "其他", "助教", "學生數") head(dta) ## 年分 教師數 教授 副教授 助理教授 講師 其他 助教...

50 sym R (1490 sym/10 pcs) 5 img

Ruohai Wang 17

ANLY 505 Assignment 1. Ruohai Wang Latest

31.03.2021

Chapter 2 - Large Worlds and Small Worlds The objectives of this problem set is to work with the conceptual mechanics of Bayesian data analysis. The target of inference in Bayesian inference is a posterior probability distribution. Posterior...

6097 sym R (3496 sym/16 pcs) 6 img

Lynn Richards 17

Control 1 Latest

09.04.2021

Manejo de Bases de datos con data.table + rmarkdown Este control tiene como finalidad evaluar el trabajo de base de datos. Se evaluará la correcta ejecución del código y el uso eficiente de las herramientas de codificación entregadas....

3427 sym 1 tbl

Adam Douglas 17

DATA 624 - Homework 1 Latest

02.09.2020

1. Use the help function to explore what the series gold, woolyrnq and gas represent. The gold series describes gold prices (in US dollars) on a daily basis, from January 1, 1985 through March 31, 1989. The woolyrnq series shows production of...

5736 sym R (5535 sym/44 pcs) 40 img