Authors
Charles Ponthieux 7
Chapter 3 Homework Latest
23.09.2022
Problem 2 KNN Classifier – this identifies the closest items to K to determine the intended item. In the case of K=3, you would find information about 3 closest neighbors to determine the information. KNN Regression Methods – This is the...
1864 sym 9 img
Graphics using RCommander Latest
16.02.2022
Graphics using RCommander FD 2022-02-16 ## Loading required package: splines ## Loading required package: RcmdrMisc ## Loading required package: car ## Loading required package: carData ## Loading required package: sandwich ## Warning in...
79 sym R (3337 sym/27 pcs) 1 img
Alan Morales 7
Feature Selection analysis on MAC Basketball Season Latest
29.04.2023
Introduction Statistics and sports have an all-encompassing and intertwined history. Throughout history, whether it be player evaluation, sports team assessments, or monetary forecasting, statistical tools assisted this industry. In recent times,...
7581 sym 4 img 1 tbl
GS Nguyễn Văn Tuấn 7
bài học ngày 3 Latest
07.01.2020
Dữ liệu ‘gapminder’ (trong package ‘gapminder’, Hans Rosling) Số liệu về thu nhập, tuổi thọ, dân số của mỗi quốc gia từ 1952 đến 2007 Chúng ta sẽ tập trung vào dữ liệu liên...
2341 sym R (7305 sym/39 pcs) 6 img 1 tbl
How to be a successful data scientist Latest
30.11.2019
class: center, middle, inverse, title-slide # How to Be a Successful Data Scientist (Part 2) ### Dr Wei Liu ### GHD ### 2019-12-03 --- background-image: url(https://i.pinimg.com/originals/b1/b3/7e/b1b37ec3d476de85c97b67a249833b66.jpg)...
1641 sym
Chris Halsch modified by Danielle Salcido 7
Intro to Linear Models Latest
27.01.2022
Resources Throughout, I recommend links to online resources that review the concepts and under-the-hood math in more detail. Below I highlight some texts and online resources that may be helpful to you. Recommended Texts: Ecological Statistics...
31544 sym R (14889 sym/112 pcs) 46 img
Dagoberto Salgado Horta 7
Ensayo Latest
05.03.2022
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 1 uno dos x y Col1 Col2 Col3 a b m c n h d j h When you click the Knit...
638 sym R (268 sym/2 pcs) 1 img 2 tbl
Daniela Singh 7
Incidental Graphotactic Learning: PILOT Study with Children (March 2017) Latest
21.01.2020
Clear work space rm(list = ls(all = TRUE)) SetDirectory and have a look at the files #Go to session->set working directory->to source file location Load relevant libraries and functions - these might need to be installed individually...
527 sym R (11487 sym/44 pcs) 2 img 2 tbl
Douglas Miller (email: 7
Psych251_Replication Latest
28.09.2020
##Introduction I have selected Lioi 2020 paper, as an excellent example of integrating fMRI and EEG analysis Pipelines. I have a background in fMRI analysis, but this paper will afford me the oppurtunity to expand my knowledge of EEG analysis and...
3942 sym
DUNKEN 7
LPP Graphically Latest
21.12.2022
PROBLEM 1 Maximize, \[ z=x_1+x_2\] subject to, \[x_1+x_2\leq 2000\] \[x_1+x_2\leq 1500\] \[x_2\leq 600\] and \(x_1,x_2\geq 0\) To solve the given LPP graphically, we first plot the following lines formed by changing the constraints to equations....
2124 sym 1 img