Authors

Amar Gondaliya 18

Linear Regression using R Latest

26.09.2012

RegressionThrough this post I am going to explain How Linear Regression works? Let us start with what is regression and how it works? Regression is widely used for prediction and forecasting in field of machine learning. Focus of regression is on...

5138 sym R (971 sym/4 pcs) 6 img

Document Latest

15.02.2020

Equipo Jesus Ruiz Tinajero No de Control: 19041250 Link: Angel Rafael Olivas Garcia No de Control: 19041232 Link: Oscar Ivan Alonso Simental No de Control: 19041186 Link: Juan Manuel Salcido Ruelas No de Control: 19041252 Link:...

458 sym R (4675 sym/20 pcs) 1 img

Anoop 18

Bayesian Statistics Project Latest

21.03.2021

R Markdown Load required packages library(ggplot2) ## Warning: package 'ggplot2' was built under R version 4.0.4 library(dplyr) ## Warning: package 'dplyr' was built under R version 4.0.4 library(statsr) ## Warning: package 'statsr' was built...

5801 sym R (42591 sym/76 pcs) 11 img

MGHIHP HE942, Dec 2019 18

HE-942 Quantitative Methods Workshop Latest

04.12.2019

Quantitative Methods Workshop 1 Information 1.1 Reminders 1.2 Learning objectives 2 Explore Data in Excel 3 Starting RStudio Cloud 3.1 Make an RMarkdown document 4 Loading and Exploring Data 4.1 Load data into R 4.2 Explore the dataset 5...

6986 sym R (4953 sym/47 pcs) 11 img

Daniel Antal, CFA 18

Regional data examples for the eurostat R package Latest

07.02.2020

Regional data examples for the eurostat R package Daniel Antal, CFA 2020-02-10 R Tools for Eurostat Open Data This rOpenGov R package provides tools to access Eurostat database, which you can also browse on-line for the data sets and...

21979 sym R (111068 sym/36 pcs) 1 img

cameron 18

Using the booktabs package with Sweave and xtable Latest

16.11.2008

The xtable package in R can output R data as latex tables. Used in conjunction with Sweave it is possible to automatically generate tables in a report. Needless to say this provides a really appealing possibility of never typing data into a table...

2076 sym 2 img

Data Analysis with Matrix Algebra Latest

03.01.2023

Once we’ve described some basic concepts of matrix algebra, we’re ready to move on to see how this is used in statistics and data analysis. A simple example: Mean...

16278 sym R (2950 sym/35 pcs) 1 img

Carlos Carrillo A01751169 18

USArrest Latest

09.09.2022

Importar base de datos data("USArrests") summary(USArrests) ## Murder Assault UrbanPop Rape ## Min. : 0.800 Min. : 45.0 Min. :32.00 Min. : 7.30 ## 1st Qu.: 4.075 1st Qu.:109.0 1st...

1752 sym R (1998 sym/11 pcs) 3 img

Document Latest

16.09.2021

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

593 sym R (262 sym/2 pcs) 1 img

Profesor: Cesar Gerardo Hernández Vargas 18

Árboles de clasificación en R, parte 1 Latest

03.10.2020

Activando las librerías library(tree) library(rpart) Gráfico de dispersión plot(iris$Petal.Length,iris$Petal.Width, col = iris$Species, main="Dispersión") legend("topleft", legend = unique(iris$Species), col = unique(iris$Species), bty = "n",...

653 sym R (4168 sym/10 pcs) 5 img