Authors
Clara Chua 6
Geospatial Analysis of Airbnb in Singapore I Latest
09.06.2021
1 Introduction Airbnb, a peer-to-peer sharing platform that enables the short-term rental of private rooms or homes by individuals to potential guests, is increasingly popular with tourists. As of 30 September 2020, Airbnb has operations in...
40729 sym R (48767 sym/67 pcs) 16 img 1 tbl
Code_Week_3 Latest
23.09.2022
Problem 1 Create a vector of five numbers of your choice between 0 and 10, save that vector to an object, and use the sum() function to calculate the sum of the numbers. vector <- c(1,2,3,4,5) result <- sum(vector) result ## [1] 15 Problem 2...
3762 sym R (5475 sym/24 pcs) 2 img 1 tbl
Clevia Bento de Oliveira 6
Análise de um experimento em DIC Latest
18.12.2021
Atividade Econometria - Experimento na Agroindústria Atividade Econometria - Experimento na Agroindústria Introdução Objetivos Metodologia Visualização do experimento Definindo o modelo de regressão Análise gráfica do modelo...
2604 sym R (2322 sym/7 pcs) 2 img
brm Latest
31.03.2020
This is an R Markdown Notebook. When you execute code within the notebook, the results appear beneath the code. Try executing this chunk by clicking the Run button within the chunk or by placing your cursor inside it and pressing...
3619 sym R (2243 sym/5 pcs)
Carlos Galvis 6
Estadistica Descriptiva con R Latest
14.11.2022
Notebook Rmarkdown para Evaluación analítica descriptiva Los datos para el ejercicio son los siguientes: datos <-...
310 sym R (1314 sym/21 pcs) 2 img
Casey Zipfel 6
HSA level SIS model Latest
27.04.2022
setwd("C:/Users/ruv5/OneDrive - CDC/2021 projects/hsa_disease_model") options(stringsAsFactors=FALSE) source("SIS_functions.R") library(magrittr) library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from...
2948 sym R (23537 sym/25 pcs)
dplyr Latest
30.04.2020
dplyr knitr::opts_chunk$set(echo = TRUE, fig.align = "center", fig.height = 7, fig.width = 7, warning = FALSE, message = FALSE, include = TRUE) DATA df <- data.frame(x = 1:10, y = 10:1) df ## x y ## 1 1 10 ## 2 2 9 ## 3 3 8 ## 4...
1032 sym R (48584 sym/232 pcs) 24 img
IS470 demo Latest
05.10.2022
This is my first heading This is how I went about doing my assignment #2…. This is the 2nd paragraph. hi how are you hi how are you my_path <- "C:/Users/pptallon/Dropbox/G/Teaching/Loyola College/IS470 Sports Analytics/"...
265 sym R (9611 sym/15 pcs) 3 img
C. Robertson 6
IDEAS-Spatial Overlay Latest
25.06.2020
Spatial Overlay in IDEAS C. Robertson 2020-06-25 Tutorial Overview This tutorial demonstrates some simple spatial overlay analysis of polygon data using the IDEAS data model, as described in Robertson et al. 2020. Preliminaries We will load some...
736 sym R (1841 sym/7 pcs) 5 img