Authors
oscar cancino 7
assignment 3 Latest
04.03.2022
10.This question should be answered using the Weekly data set, which is part of the ISLR package. This data is similar in nature to the Smarket data from this chapter’s lab, except that it contains 1, 089 weekly returns for 21 years, from the...
5814 sym R (18460 sym/97 pcs) 8 img
Oscar Carreón-Cerda 7
Cambio, Continuidad y Azar - Un resumen del texto de Edward Wrigley Latest
17.01.2021
La Economía Orgánica Avanzada Introducción Edward Wrigley es un historiador demográfico. En ‘Continuity, Chance and Change’ explica porqué - a su juicio - Malthus estaba equivocado acerca del papel de la ley de los rendimientos...
9287 sym 2 img 2 tbl
Olivia Schutz 7
MATH 0212309 Latest
23.09.2021
1. Load the tidyverse library(tidyverse) data(mpg) 2. Ggplot ggplot(mpg, aes(x = displ, y = hwy))+ geom_point() 2.1. Facets wrapping works fine ggplot(mpg, aes(x = displ, y = hwy))+ geom_point()+ facet_wrap(.~class) gridding works...
1738 sym R (1764 sym/27 pcs) 19 img
Oliver Faulkner Anderson 7
Markdown Example MATH239 Class 5B Latest
18.02.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 (262 sym/2 pcs) 1 img
Gabriel Rodriguez 7
Lab 1 STAT 415 Latest
10.01.2022
1 Introduction This lab will walk you through some of the code for performing a simulation like the one in Handout 1, and a spreadsheet analysis like the one in Handout 2. You will also start to explore the influence of changing priors. Important...
18604 sym R (5654 sym/43 pcs) 12 img 5 tbl
Oktaviani Aisyah Putri 7
Mandarel Praktikum 13 "Tidyverse" Latest
30.11.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...
637 sym R (8625 sym/46 pcs) 1 img
Recommender - Clustering Latest
23.11.2019
November 24, 2019 The Organization of Hierarchy Introduction to Hierarchical Clustering Decision on Cluster Level Hierarchical Cluster Analysis: Agglomerative Hierarchical Cluster Analysis: Divisive Agglomerative vs Divisive Intuition...
2871 sym 8 img
Omid 7
Document Latest
01.11.2020
Synopsis In this project, we analyze the NOAA Storm data set from U.S. National Oceanic and Atmospheric Administration’s (NOAA). We use an exploratory analysis to find which types of events are most harmful with respect to population health and...
1674 sym R (3469 sym/17 pcs) 3 img
Ostin Molina 7
Laboratorio 2 Latest
29.04.2022
R Markdown library(readr) nacimientos_1 <- read_csv("nacimientos 1.csv") ## New names: ## * `` -> ...1 ## Rows: 168 Columns: 2 ## -- Column specification -------------------------------------------------------- ## Delimiter: "," ## dbl (2):...
1062 sym R (807 sym/8 pcs) 1 img