Authors

Arturo Luna 17

1_AIUC1 Latest

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

1071 sym R (999 sym/13 pcs) 2 img

Distances Latest

22.10.2022

Euclidean distance Scalar notation The distance between two points can be described using scalar notation as follows \[ d_{ij} = \sqrt{\sum_{k=1}^m (x_{ik}-x_{jk})^2} \] Let’s take a table containing 4 rows (observations) and 4 columns...

4455 sym 1 tbl

April Mae Tabonda 17

PLP_10 Simple linear regression Latest

28.11.2019

Linear regression models are used to show or predict the relationship between two variables or factors which are the dependent variable and independent variable. Simple Linear Regression Analysis is the simplest form of regression analysis which...

1775 sym R (50330 sym/78 pcs)

Electricity Output vs. Production Costs Latest

26.09.2022

class: center, middle, inverse, title-slide .title[ # Electricity Output vs. Production Costs ] .subtitle[ ## Linear Regression ] .author[ ### Andrew Heneghan ] .institute[ ### West Chester University of Pennsylvania ] .date[...

10133 sym 1 img

Arizona Sidewinders 2022 Stats Latest

06.10.2022

2022 Stats Player Standard Regular Season Totals Summary Box Score Yards Turnovers Throws and Catches Player Games Points Played Off Points Played Def Points Played Plus-Minus Goals Assists Blocks Stalls Throwing Yards Receiving Yards...

2279 sym 2 img 28 tbl

Nathan Brouwer 17

Working Directory Test Latest

19.10.2021

Default working directory Open up this .Rmd file in RStudio. In the code chunk below type getwd() and run it. “wd” means “working directory”, or where R will currently save files if you tell it to save anything. # Get the current working...

1707 sym R (117 sym/3 pcs)

Abraham (20184920009) 17

CS Week 2 Latest

21.09.2020

1 Binomial Distribution 1.1 Question What is a binomial distribution in Statistics? What is binomial distribution used for? Please argue 4 requirements needed to be a binomial distribution? Is a binomial distribution a normal distribution?...

24299 sym R (560 sym/16 pcs) 1 img

Brittany Nallely Hernández Villegas HV21002 17

Practica de matrices en R y Publicación en Rpubs Latest

28.03.2023

Creación de Matrices Matriz y #Generación de la matriz y matriz_y<-matrix(data = c(20,30,36,24,40), nrow = 5, ncol = 1,byrow = TRUE) colnames(matriz_y)<-c("y") print(matriz_y) ## y ## [1,] 20 ## [2,]...

103 sym

Bruno Rodrigues 17

New website! Latest

11.12.2012

This is my new website! It’s built using jekyll-bootstrap and hosted on Github. Related To leave a comment for the author, please follow the link and comment on their blog: Econometrics and Free Software. R-bloggers.com offers daily e-mail...

492 sym

Carlisle Rainey 17

R Code for Bow Tie Plots Latest

22.08.2011

Earlier, I discussed the nice properties of bow tie plots for visualizing and understanding inferences from simple randomized treatment experimental designs. R code to quickly create these plots is available here. You can use the...

762 sym