Authors
chapter2. regression Latest
20.03.2022
2.5 R을 이용한 실습 1. 회귀모형 관련 R 함수 (1) 선형회귀모형 함수 [함수의 구조] lm(formula, data, na.action) [기능] 선형 모형을 적합한다. [option] formula : ‘목표변수 ~ 입력변수1 + 입력변수2 +...
3697 sym R (9025 sym/29 pcs)
Jianwei Li Student ID:270784 6
Anly512_ProblemSet_1 Latest
21.02.2020
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. We begin by studying some of the...
2404 sym R (1483 sym/9 pcs) 5 img
Jenna Galipeau 6
Quiz 1 Latest
18.02.2021
# Load packages library(tidyquant) library(tidyverse) # for count() function # Import S&P500 Stock Index SP500 <- tq_index("SP500") SP500 ## # A tibble: 505 x 8 ## symbol company identifier sedol weight sector shares_held local_currency...
1128 sym R (1701 sym/4 pcs)
Reproducibility Report for Experiment 1 by Ma et al. (2021, Building and Environment) Latest
10.10.2022
Introduction Using the publicly available ASHRAE Global Thermal Comfort Database II, I aim to replicate the procedure detailed in Figure 2 of the paper for creating a model that employs a Bayesian neural network (BNN) to predict thermal comfort...
10720 sym 5 img
Author: Joy Nyaanga 6
easyXpress Latest
05.05.2021
A walk-through of easyXpress Author: Joy Nyaanga 05 May 2021 Introduction easyXpress is an R package to read, process, and analyze C. elegans microscopy data processed with CellProfiler’s WormToolbox. It provides functions for reading, flagging,...
6178 sym R (2937 sym/12 pcs) 4 img 3 tbl
Document Latest
04.09.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...
591 sym R (262 sym/2 pcs) 1 img
Joaquin German 6
Quiz5 Latest
26.11.2019
Description of the data, data_quiz5 country continent lifeExp life expectancy in year pop total population gdpPercap GDP per capita in U.S. dollar Q1 Import data Hint: The data is posted in Moodle. Look for data_quiz5.csv under the Data Files...
1487 sym R (2367 sym/5 pcs) 1 img
Diego Gaburri - Joaquín Perez 6
Demoliciones por barrios en Detroit Latest
26.04.2020
library(tidyverse) library(sf) Trabajaremos con la Ciudad de Detroit, en este caso analizando las demoliciones residenciales ocurridas en la ciudad entre 2014 y 2019 al nivel de barrios. Para esto cargamos los datasets de los barrios de Detroit y...
2064 sym R (7714 sym/16 pcs) 3 img
Jodi Al Anshari Muttaqi 6
Document Latest
12.06.2020
1 Explanation 1.1 Brief Welcome to my Rmd. This is my first LBB by using data from Retail.csv I hope you can understand it. 1.2 Data’s Point of View This data contains sales record which include Ship Mode, Segment, Category, the profit or...
3137 sym R (16718 sym/49 pcs) 1 img
Joel Alejandro Rodarte Rivera 6
Tarea1_JARR_MEMV_AlgebraMatricial Latest
15.01.2023
Sección 1 matA <- matrix(c(2,0,7,8,6,4,6,-2,0,7,9,2,6,5,4,-8), nrow = 4, byrow = TRUE) matB <- matrix(c(2,0,-5,3,6,9,0,-2), nrow = 4 ,byrow = TRUE) matC <- matrix(c(3,-3,6,9,4,0,-2,0), nrow = 2, byrow = TRUE) Problema 1 - B´A transMatB <-...
988 sym