Authors

cdelaossap 7

Actividad2-1 Latest

18.09.2023

Problema 1: Estimación del valor de π La siguiente figura sugiere como estimar el valor de π con una simulación. En la figura, un circuito con un área igual a π/4 , está inscrito en un cuadr ado cuya área es igual a 1. Se elige de forma...

1668 sym 2 img

Homework 1 Latest

24.09.2023

Homework Sara Bracun Duhovnik Task 1 data(package = .packages(all.available = TRUE)) library(reshape2) library(tidyr) ## ## Attaching package: 'tidyr' ## The following object is masked from 'package:reshape2': ## ## smiths mydata <-...

12328 sym R (15868 sym/85 pcs) 13 img

Homework_bootcamp Latest

24.09.2023

Nina Arh Task 1 a) Explanation of dataset The data shows performance of 1,000 students on different levels of education in the US. There were 3 subjects tested: math, reading and writing. The data shows students gender, race, level of education,...

11144 sym R (16393 sym/85 pcs) 9 img

Edi_Oblak_take-home_exam Latest

24.09.2023

EDI OBLAK: 19592455 Task 1 List of datasets in R datasets package: help(package="datasets") Prewiew of selected dataset: head(state.x77, 6) ## Population Income Illiteracy Life Exp Murder HS Grad Frost ## Alabama 3615 3624...

10318 sym R (11421 sym/66 pcs) 8 img

Anže Ambrožič 7

TAKE HOME EXAM Latest

24.09.2023

#TASK 1 ##ANŽE AMBROŽIČ DATA SET data() data(package = .packages(all.available = TRUE)) #install.packages("survival") library("survival") mydata <- force(transplant) head(mydata) ## age sex abo year futime event ## 1 47 m B 1994...

6947 sym R (9696 sym/71 pcs) 6 img

Take home exam Latest

24.09.2023

Sasa Kocar Task 1 data() data(package = .packages(all.available = TRUE)) #Code used to find all data sets available in R studio, even the ones not installed. <- This is how i got my data set in package "datasets" mydata <- force(iris) head(mydata)...

9782 sym R (14825 sym/76 pcs) 9 img

Ricardo Cortés 7

Econometría I. Actividad 2. Latest

24.09.2023

Ejercicio 1 Parte 1 Ceteris paribus, en promerio, un año más de educación aumenta en 5.98% el salario. El coeficiente de \(R^2\) adjustada nos dice que la variable educ en el modelo planteado lograr explicar el 0.0964% de la variación en...

6407 sym R (7911 sym/31 pcs) 2 img

Leo Tzang 7

hw_test_20230925 Latest

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

Tuguldur.p 7

112035132.hw1 Latest

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

samp30 Latest

25.09.2023

2023-09-25 The Myth of “Sufficiently Large” The Central Limit Theorem (CLT) states that when the sample size is “sufficiently large,” regardless of the population distribution, the distribution of the sample means will be normally...

1162 sym