Authors
Косован Михаил 6
Lab4 Latest
14.05.2020
На наборе данных из своего варианта построить модели линейной регрессии с указанными Y и X. Рассмотреть модели с категориальными...
2875 sym R (7210 sym/14 pcs) 4 img
Assignment 12 Latest
23.11.2021
Data Sources: Educational Attainment: U.S. Census Bureau, Educational Attainment, 2015-19 American Community Survey 5-year estimates, retrieved November 12, 2021 using the tidycensus R package. Per capita income: U.S. Census Bureau, Per Capita...
7947 sym
Group 5. Vinicio _Quiros, Marco_Leiva 6
Assigment group 5 Latest
20.05.2021
library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal, union dat <-...
1892 sym R (652 sym/13 pcs) 5 img
662 Assignment 1 Latest
02.10.2022
library(readr) x662_1 <- read_csv("data (1).csv") ## Rows: 450 Columns: 9 ## ── Column specification...
152 sym R (3225 sym/19 pcs)
Muhammad Mutasim Billah 6
ISRT Notes - AST 230 Latest
20.05.2022
AST 230 Incourse Solve 2019 2nd Incourse Question no. 01 rm(list=ls()) attach(trees) par(mfrow = c(2,2)) plot(Girth, Height) plot(Girth, Volume) hist(Volume) boxplot(Volume) detach(trees) Question no. 02 The swiss data set is built in...
2959 sym R (4273 sym/58 pcs) 2 img 4 tbl
Matthew Muliadi 6
ANLY 505-51 Assignment #1 Latest
04.04.2022
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...
3768 sym R (1495 sym/5 pcs)
Marian Nehrebecki 6
Document Latest
08.02.2021
library(bookdown) 1 Introduction Market Basket Analysis is the process of finding the most common in-store shopping patterns. It arises as a result of the analysis of transaction databases to determine the combination of items that are related to...
5322 sym R (18663 sym/32 pcs) 3 img
Mark Nicholls 6
RepData Peer Assessment 2 Latest
15.03.2021
Synopsis Here I analyze Storm Data data available from the US National Weather Service. I attempt to provide some information regarding the most damaging types of severe weather events so that policy makers can decide where to prioritize spending...
2531 sym R (3160 sym/8 pcs) 2 img 2 tbl
Storm Analysis Latest
05.08.2020
Overview Synopsis: Analysis of the NOAA Storm Database (1950-2011) to analyze severe weather outcomes in the United States. Target: 1. Identify events that are harmful to population health. 2. Identify events that have the greatest economic...
2668 sym R (5847 sym/19 pcs) 3 img
Yipeng Zhu 6
Document Latest
10.09.2022
Directions During ANLY 512 we will be studying the theory and practice of data visualization. We will be using R and the packages within R to assemble data and construct many different types of visualizations. Before we begin studying data...
2741 sym R (24285 sym/15 pcs)