Authors
M S Hossain 6
Assignment 6 Latest
27.09.2020
library(sf) ## Linking to GEOS 3.8.0, GDAL 3.0.4, PROJ 6.3.1 library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from...
959 sym R (18076 sym/100 pcs) 6 img
Sadie Richardson ( 6
PSYCH 251 replication of Zangger & Widmer (2020, Early Childhood Research Quarterly) Latest
08.10.2022
Introduction In Zangger and Widmer’s 2020 paper, they employ a choice experiment to investigate parental preferences for child care alternatives, especially focusing on how responsive these preferences are to variations in child care subsidy...
5234 sym
Reproducible Research CP 1 Latest
29.06.2020
#Personal Movement Data Analysis First, we load and process the data. library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from...
767 sym R (1656 sym/21 pcs) 4 img
Sahithi Atluri 6
Sahithi Atluri - Day 2 - 02/09/23 Latest
28.02.2023
Setup Import Dataset WeightLossIncentive7 <- read_csv("Downloads/Chapter 0 3/CSV Data Set Files by Descriptive Title - Chapter 0/WeightLossIncentive7.csv") ## Rows: 33 Columns: 2 ## ── Column specification...
4042 sym 11 img
Md Sakhawat Hossen 6
Statistical Learning Workshops: Linear Regression Latest
06.04.2022
Linear Regression Linear regression is the stepping stone for building any statistical learning model or Machine Learning Model. Although, it is somewhat dull in comparison to other vastly popular and complex learning algorithm but Linear...
8804 sym R (12348 sym/51 pcs) 4 img
Saksham Bhutani Latest
28.10.2021
Who Is Saksham Bhutani? Hi! I am Saksham Bhutani, a student in the Business Analytics program at University of Cincinnati. Academic Background B.Sc. Statistics,St. Xavier’s College Mumbai, India M.S. Business Analytics, University of...
1383 sym 1 img
Team 4 6
SF Valuation Ass. Latest
15.10.2020
Questions: 1. Develop the best regression model you can for predicting the price of houses # Read Excel data of Real State from San Francisco houses_df <- read_excel("Data/ADFC-0006-E.xlsx", sheet="data") #make dummy variables for Neighborhood...
6088 sym R (7917 sym/14 pcs) 3 img
Moyenne du volume annuel de sociétaires par succursales par region de 2009 a 2016 Latest
17.12.2019
...
6 sym
Exploração do clima em João Pessoa, Campina Grande e Patos - PB Latest
11.04.2021
library(tidyverse) library(here) theme_set(theme_bw()) Este trabalho visa responder as questões 1, 2 e 4, respectivamente. # SEMPRE read_csv NUNCA read.csv clima_tudo = read_csv( here("data/tempo-jp-cg-pt.csv"), col_types = cols(...
8528 sym R (6136 sym/30 pcs) 8 img
Samkit Dhanki 6
Document Latest
25.01.2023
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...
2944 sym R (12746 sym/19 pcs)