Publications by Hossam Hassan
Document
Discribtion This code Create features a plot created with Plotly. Dataset summary(mtcars) ## mpg cyl disp hp ## Min. :10.40 Min. :4.000 Min. : 71.1 Min. : 52.0 ## 1st Qu.:15.43 1st Qu.:4.000 1st Qu.:120.8 1st Qu.: 96.5 ## Median :19.20 Median :6.000 Median :196.3 ...
103 sym R (2310 sym/11 pcs)
Document
Introduction This map shows the population size of each government in Egypt. You can find the data in the site, https://egypt.opendataforafrica.org/CAFPMSEPE2016/egypt-census-datasets-2006. Creat the datset data=data.frame( HomicieRate=c(4099348, 3417695, 2286368, 6687961, 4974545, 1094305, 2575358, 3737171, 4242956, ...
235 sym R (1013 sym/6 pcs)
Document
8/7/2020 The Idea This app is built on a very simple idea, all that you have to do is to enter a date and the app will tell you in which day was/will it. So finally you can know in which day you born :D Enter the date The date takes the format YYYY-mm-dd Yo can select the date from the select menu. The programing behind weeksday() function in ...
518 sym R (291 sym/4 pcs)
Inferential statistics
#Part 1: Simulation Exercise Overview In this project, you will investigate the exponential distribution in R and compare it with the Central Limit Theorem. The exponential distribution can be simulated in R with rexp(n, lambda) where lambda is the rate parameter. The mean of the exponential distribution is 1/lambda and the standard deviation is...
4412 sym R (5609 sym/46 pcs) 5 img
Document
Into For the Coursera Data Science Capstone project it is the Milestone Document. We will be applying data science in this capstone in the field of natural language processing. SwiftKey is a supporter of the project. The project’s final objective is to create text-prediction application with R Shiny package which predicts words using a natural ...
5845 sym R (7223 sym/34 pcs) 2 img
Document
August 8, 2020 Intro. The project’s aim is to build text-prediction application with R Shiny package which predicts words using a natural language processing model , i.e. creating an application based on a predictive text model. Given a word or phrase as input, the application will attempt to predict the next word, similar to the way most sma...
1453 sym
Dr. Hoda
Data Summary The sample data contains 26 measures for 83 different patients. The variables varies in its type as categorical or numerical. There are 5 measures represent the demographic characteristics of the patients (Age, Gender, Marital, Occupation, Special_habits ). There are two variables for the tumor location, the first determine either it...
6332 sym R (383 sym/1 pcs) 7 tbl
Training day 2
dplyr The data frame is a key data structure in statistics and in R. The basic structure of a data-frame is that there is one observation per row and each column represents a variable, a measure, feature, or characteristic of that observation. The dplyr package is designed to provide a highly optimized set of routines specifically for dealing wit...
3618 sym R (13278 sym/50 pcs)
Training day 1
Overview of R The R language came to use quite a bit after S had been developed. One key limitation of the S language was that it was only available in a commercial package, S-PLUS. In 1991, R was created by Ross Ihaka and Robert Gentleman in the Department of Statistics at the University of Auckland. In 1993 the first announcement of R was made ...
6211 sym R (17720 sym/262 pcs)