Authors
Michael Kuhn 15
Learning ggplot2: 2D plot with histograms for each dimension Latest
03.09.2009
I have two 2D distributions and want to show on a 2D plot how they are related, but I also want to show the histograms (actually, density plots in this case) for each dimension. Thanks to ggplot2 and a Learning R post, I have sort of...
1036 sym R (1042 sym/1 pcs) 2 img
Mikhilesh Dehane 15
Probability of Normal Distribution and Transformation Latest
25.07.2020
#probability of normal distribution - pnorm() #step 1 calculate z score pnorm(75, 72, 6) #(N, mean, sd) ## [1] 0.6914625 #step 2 tocalculate a person living > 75 years using z score 1 - pnorm(75, 72, 6) ## [1] 0.3085375 mtcars #selecting a...
9 sym R (3894 sym/18 pcs) 4 img
Reproducible Research Project 2 Latest
04.04.2022
Reproducible Research Project 2 Minh Tri 04/04/2022 Synopsis Storms and other severe weather events can cause both public health and economic problems for communities and municipalities. Many severe events can result in fatalities, injuries,...
2503 sym R (3501 sym/25 pcs) 3 img
Marcos Medeiros 15
04.01.2022
Synopsis The objective of the present work is to explore the NOAA database in order to analyze the meteorological impacts on the health and economy of the United States. Meteorological events cause deaths, injuries and property damages. This...
2598 sym R (5805 sym/23 pcs) 2 img
Nabila Mahdiya Putri 15
Operator Aritmatik Latest
22.09.2021
Operator Aritmatika Setiap bahasa pemrograman mempunyai operator aritmatika dan logikanya tersendiri.Di sini kita akan membahas operator arimatika dan logika yang digunakan dalam bahasa pemrograman R. Berikut adalah operator aritmatikanya :...
302 sym 8 tbl
Nandini Guntur 15
Storm Data Analysis Document Latest
07.05.2020
Health/Economic Consequences in U.S. caused by Storms ans Weather Events GitHub: GitHub NOAA Project 1 - Introduction Storms and other severe weather events can cause both public health and economic problems for communities and municipalities....
4800 sym R (9356 sym/61 pcs) 4 img
Highway Presentation Latest
25.11.2019
Highway Quality State Highway Funding Measures of Highway Quality Pavement Condition (Roughness) Bridge Condition Driver Experience (Fatalities) This presentation explores the quality of state highways All data is from the 2017 FHWA Highway...
2124 sym 1 img
TS analysis and forecast for European oil consumption Latest
28.02.2022
#Libraries library(tidyverse) library(broom) library(dplyr) library(ggplot2) library(psych) #TS graphs library(tseries) library(TSstudio) library(forecast) library(plotly) library(hrbrthemes) library(viridis) library(forcats)...
1747 sym R (14524 sym/70 pcs) 8 img 1 tbl
Temp Latest
04.11.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 see http://rmarkdown.rstudio.com. When you click the Knit button a document will...
591 sym 1 img