Authors
Project : StormData Latest
03.05.2022
1: Synopsis The goal of the assignment is to explore the NOAA Storm Database and explore the effects of severe weather events on both population and economy.The database covers the time period between 1950 and November 2011. The following...
603 sym R (5745 sym/33 pcs) 2 img
Ted Kim 6
DATA 607-Assignment 01 Latest
05.09.2022
Overview The complete history of the NBA https://projects.fivethirtyeight.com/complete-history-of-the-nba/#warriors article is about Elo ratings for every NBA franchise - over 60,000 ratings in total. The article describes a simple formula for Elo...
1001 sym R (1219 sym/6 pcs) 1 tbl
Blinded 6
Cross Sectional Analysis Latest
24.01.2023
Cross Sectional Analysis Longitudinal Analyses: 42 months, 48 months, 54 months, Longitudinal library(brms) library(readxl) library(rmarkdown) library(tidybayes) library(ggplot2) library(tidyr) library(dplyr) library(GGally)...
8400 sym R (231065 sym/234 pcs) 37 img 2 tbl
Brian Liswell 6
Reproducible Research Course Project 2 Latest
04.12.2020
Repro Course Project 2: Title that Briefly summarizes data analysis Storms are bad. If you can’t stop them, try to live better with them. Synopsis This project involves exploring the U.S. National Oceanic and Atmospheric Administration’s...
3650 sym R (3336 sym/11 pcs) 2 img
Brandon Lwowski 6
Document Latest
14.02.2022
Problem 2 The KNN classifier is typically used to classification problems, those with a qualitative/categorical target variable. This is done by collecting the neighboring points (by some distance function) and estimating the class by using a...
2315 sym R (6335 sym/33 pcs) 3 img
BMS Add-ons » BMS Add-ons 6
The BMS Add-ons Section Latest
18.10.2010
This section will be updated irregularly with pages on applications of BMS. It intends to concentrate on two things: Some add-on code to extend the functionality of BMS in a certain direction, such as e.g. BMA and spatial filtering Usage of BMS...
760 sym
Parker 6
Part 1 - Assignment 5 Latest
01.03.2023
R Markdown Required Packages: readr stringr ggplot2 dplyr lubridate Load data and clean data Summary Statistics Which data loss types account for highest percentage of cases? ## # A tibble: 1 × 7 ## `% Hacking` `% Disposal` `% Loss` `%...
1111 sym 3 img 1 tbl
Breyner Osorio Plata 6
Document Latest
17.03.2023
Distribucion binomial Ejercicio 1 Un fabricante de piezas electrónicas sabe que el 7% de las piezas producidas son defectuosas. Si un cliente solicita un lote de 800 piezas, ¿cuál es la probabilidad de que menos de 60 sean defectuosas? n=800...
825 sym
My First R Doc Latest
04.02.2020
This is going ot be awesome! I can’t wait to send a link to this page to my friends on Twitter! How many rows and columns? This is my first line of R code # This is a comment # number of rows nrow(mtcars) ## [1] 32 # number of columns...
224 sym R (1513 sym/7 pcs) 1 img
6
Learning R Pups Latest
15.09.2020
Presentation for RPubs R Markdown The result of 2+2 is 4 This is an R Markdown presentation. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see...
513 sym R (268 sym/2 pcs) 2 img