Authors

Troy McIntire 7

week 5 project Latest

25.09.2022

Notes on compiling this document: Change the information in the yaml header above: title and author. Make sure the output argument is set correctly. It should read: output: html_document or output: word_document. Once you are finished writing...

4424 sym Python (6967 sym/18 pcs)

Tran-Trung Nguyen 7

Prastice1 Latest

23.12.2022

Input Data t = file.choose() Arrest.data <- read.csv(t) Information of Data Check dimension data dim(Arrest.data) ## [1] 432 11 Check six top rows head(Arrest.data) ## id week arrest finance age race work married parole prior educ ##...

741 sym R (6836 sym/22 pcs) 1 img 1 tbl

An 7

Code chay thu data THK Latest

07.03.2022

#Load data library(readxl) data <- read_excel("C:/Users/DELL/Desktop/data.xlsx", col_types = c("text", "text", "numeric", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text",...

8637 sym R (1146529 sym/7506 pcs) 10 img 7 tbl

Yi-Ting,Tsai 7

Statistic Learning Latest

07.08.2021

Statistical Learning Yi-Ting,Tsai August 7, 2021 學習筆記 Statistical Learning 統計學習 2.Statistical Learning 3.Linear 4.Classification 5.Resampling Method 6.Linear Model Selection and Regularization 7.Moving Beyond Linearity...

462 sym R (4474 sym/48 pcs) 16 img

Thomas Shantler 7

Quiz 1 Latest

18.02.2021

# Load packages library(tidyquant) ## Warning: package 'tidyquant' was built under R version 4.0.3 ## Warning: package 'lubridate' was built under R version 4.0.3 ## Warning: package 'PerformanceAnalytics' was built under R version 4.0.3 ##...

873 sym R (2704 sym/22 pcs)

Document Latest

24.03.2021

Data wrangling Frequency table and TAI Basic plots ggplot2 plots Using facets Descriptive statistics #1 Summary tables with ‘kable’ Descriptive statistics - summary table for quantitative variable using reporttools Contingency tables using...

3118 sym R (1062 sym/5 pcs) 7 img 4 tbl

Tuğçe ÇITIR 7

Ödev 1 Latest

22.02.2022

R ile Çoklu Regresyon Analizi Ödev Soruları ve Cevapları Wooldridge Bölüm Soruları Soru 1 4137 üniversite öğrencisi üzerinde GPA2’deki verileri kullanarak, en küçük kareler (OLS) tarafından aşağıdaki denklem tahmin...

15972 sym R (12641 sym/60 pcs)

Nguyen Ngoc Tuyen 7

Ôn tập RMarkdown 29Sept Latest

29.09.2020

Load library require(explore) ## Loading required package: explore require(ggplot2) ## Loading required package: ggplot2 ## Warning: package 'ggplot2' was built under R version 3.5.3 require(GGally) ## Loading required package: GGally ## Warning:...

1387 sym R (2231 sym/31 pcs) 6 img

Tyler Whitfield 7

temp Latest

30.08.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

Document Latest

11.12.2019

Tyler Widdison This paper examines the relationship between win%, court and hour. The represented data is from the top 8 teams. This project was completed for my UCLA Extension class, Introduction to Data Science. For this project I web scrapped...

10330 sym R (259 sym/1 pcs) 1 img