Authors

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

Eduardo Ramirez" 7

Assignment2 DataMining Latest

19.02.2020

Problem 2 Carefully explain the differences between the KNN classifier and KNN regression methods KNN regression predicts the quatntitave value for f(X) while KNN classifier is the classification output for y. Problem 9 This question involves the...

5035 sym R (13139 sym/40 pcs) 3 img

Hidayatul Laili 7

Data Diabetes Latest

08.02.2021

Ufil <-"Assalamualaikum, apa kabar seluruh teman - teman seperjuangan di UIN Malang" visualisasi data jadi disini saya akan membuat perbandingan pada penyakit Diabetes, untuk yang pertama kita melihat plot/grafik mengenai tekanan darah dan kadar...

1500 sym R (1779 sym/14 pcs) 11 img

Loading Packages Latest

18.01.2023

Load Packages Assignment Load Packages tidyverse The tidyverse allows us to easily tidy, clean, manipulate, and mutate our data https://www.tidyverse.org/ if (!require(tidyverse)){ install.packages("tidyverse", dependencies = TRUE)...

1113 sym Python (2223 sym/25 pcs)