Authors
Robb Sinn 26
S0: Tools for Statistics Latest
09.07.2020
I. RStudio The course notes for the statistics portion of this course will be contained in dynamic R Notebooks. While reading through the notes, you will be prompted to try executing R code snippets to see graphics and statistics. We will be using...
13967 sym R (515 sym/12 pcs) 3 img
Daniela Cárdenas Z // A01720535 26
Comandos Básicos Latest
08.09.2022
PASO 1: ANTES DE HACER UN CÓDIGO Símbolos Son los símbolos a útilizar dentro de los elementos de código. < Asignación de Variables Definir un “nombre” para tus variables. x <- 3 y <- 2 Impresión de Resultados Así es la...
7033 sym 7 img
gluc 26
What is an R environment? Latest
02.02.2015
For many years as an R user, I didn’t care about environments. To run your statistics, you only very rarely need them. Until you come accross your first environmental concerns… For me, that was in relation with reference classes and R6...
2139 sym R (529 sym/3 pcs)
John F. Adamek 26
Predicting MLB Half-Game Results Latest
01.02.2023
1 Introduction Major League Baseball (MLB) provides a large amount of statistics relating to team and individual performance. Statisticians have gravitated towards analyzing these statistics in what has become to be known as ‘Sabermetrics’....
5151 sym 6 img 2 tbl
César Córdova Cáceres 26
Multiple regression Latest
13.04.2021
Modelo de Regresión Lineal Simple y Múltiple César Córdova Cáceres 12/4/2021 Vamos a calcular 02 modelos de regresión lineal: uno simple y el otro múltiple. Para ello utilizaremos datos compilados por el proyecto Gapminder...
4139 sym R (6053 sym/19 pcs) 2 img
Chris Volak 26
Best Practices 1 Latest
13.10.2022
Chapter 1 It’s Not Just about Forecasting The following are the key points in the chapter. Elaborate on each point in at least 30 words. Understanding economics can help you to diagnose the causes of increases or decreases in sales volumes and...
1635 sym
Frisca Yuni Adilia Putri , Prof.Dr.Suhartono,M.Kom 26
penerapan operator aritmatika pada Rstudio Latest
29.09.2021
lembaga: Universitas Islam Negeri Maulana Malik Ibrahim Malang fakultas: sains dan teknologi Jurusan : Teknik Informatika Operator Aritmatika Proses perhitungan akan ditangani oleh fungsi khusus. R akan memahami urutannya secara benar. Kecuali...
1032 sym R (133 sym/9 pcs) 1 img
Connor Mackey 26
Best Practices Week 1 Latest
06.09.2022
Chapter 1 It’s Not Just about Forecasting The following are the key points in the chapter. Elaborate on each point in at least 30 words. Understanding economics can help you to diagnose the causes of increases or decreases in sales volumes...
1351 sym
Cormac Harten 26
GVH - Wk 2 September 2022 Latest
18.09.2022
House Price Index setwd("/Users/charten/OneDrive - Glenveagh Properties/Research & Development/1. Analysis/") GEO_Merge <- readxl::read_xlsx(path="C:\\Users\\charten\\OneDrive - Glenveagh Properties\\Research & Development\\1....
2812 sym Python (35376 sym/28 pcs) 21 img 2 tbl
altuna 26
Principal Component Analysis: Which variables contribute most to principal components ? Latest
23.11.2010
Principal component analysis (PCA) is a mathematical transformation of possibly(correlated) variables into a number of uncorrelated variables called principal components. The resulting components from this transformation is defined in such a way...
1667 sym