Publications by Maliat
Week 5 Assignment 4
Week 5 Assignment 4 Maliat 3/6/2021 R Markdown In order to tidy and transforming the given dataset a csv file was created using all the information with a wide structure.The CSV file is stored in GitHub. [link] (https://github.com/maliat-hossain/Air-lane-Data-607) library(wesanderson) ## Warning: package 'wesanderson' was built under R version ...
1576 sym R (3609 sym/14 pcs) 2 img 5 tbl
Document
R Markdown library(tidyverse) ## -- Attaching packages ------------------------------------------------------------------------------------ tidyverse 1.3.0 -- ## v ggplot2 3.3.2 v purrr 0.3.4 ## v tibble 3.0.3 v dplyr 1.0.2 ## v tidyr 1.1.2 v stringr 1.4.0 ## v readr 1.3.1 v forcats 0.5.0 ## -- Conflicts --------------...
37 sym R (6231 sym/18 pcs)
Assignment 4 Data 607
Assignment 4 week 5 Maliat 3/5/2021 Assignment 4 Week 5 In order to tidy and transforming the given dataset a csv file was created using all the information with a wide structure.The CSV file is stored in GitHub. [link] (https://github.com/maliat-hossain/Air-lane-Data-607) library(wesanderson) ## Warning: package 'wesanderson' was built under R...
1545 sym R (3681 sym/14 pcs) 2 img 5 tbl
Project 2
Project 2 Maliat 3/8/2021 R Markdown This project aims to work with data from UNICEF’s state of the World’s Children 2019 Statistical Tables and analyze the relationships among women empowerment, child nutrition,child mortality rate and GDP. Analysis 1:Bivariate Relationship Between Women’s Participation in Economy and GDP: For the purp...
4323 sym R (31734 sym/69 pcs) 3 img 15 tbl
Document
XML,HTML,JSON FILES Maliat Islam 3/20/2021 R Markdown I have picked three of my favorite books. After creating html,xml,and Json file Ihave exported them in R Studio. install.packages("httr",repos = "http://cran.us.r-project.org") ## Installing package into 'C:/Users/malia/OneDrive/Documents/R/win-library/4.0' ## (as 'lib' is unspecified) ## p...
281 sym R (3359 sym/32 pcs) 2 tbl
Tidy verse Recipe
Tidyverse Recepie Maliat Islam 4/8/2021 Tidyverse Recepie: The Tidyverses is an collection of R packages.When Tidyverse is loaded it loads ggplot2, dplyr, tidyr, readr, purrr, tibble, stringr, and forcats. Forcats and ggplot: For the implementation of Tidyverse, I have selected Forcats and ggplot libraries from this package.dplyr was used as ...
1800 sym R (2545 sym/17 pcs) 1 img 3 tbl
Final Project
Assignment Requirements \(MSDA\ 607\ Final\ Project\) Deliverables Schedule Deliverable Date Points One Paragraph Proposal Sunday April 26 20 Final Project Wednesday May 19 120 Final Project Presentation Before or during Final Meetup on Wednesday May 19 30 Policy on Collaboration You may work in a team of up to three people. Each projec...
11450 sym R (12894 sym/39 pcs) 17 img 9 tbl
Recommender System
Recommender System Maliat Islam 4/25/2021 Recommender System Discussion Prompt Your task is to analyze an existing recommender system that you find interesting. You should: 1. Perform a Scenario Design analysis as described below. Consider whether it makes sense for your selected recommender system to perform scenario design twice, once for ...
3499 sym
Charles Dickens's Novel Analysis
Charles Dickens’s Novel Analysis Maliat Islam 4/18/2021 R Markdown sentiment Analysis: For this project I have chosen Charles Dickens’s literary work. I have analyzed “A Tale of Two Cities”,“Great Expectation”,“A christmas carol”,“Oliver Twist”,“Hard Times”. I have used gutenbergr library to download these books. This ...
2817 sym R (12611 sym/74 pcs) 8 img
GitHub Extension
Assignment Overview Clone the provided repository. Write a vignette using one TidyVerse package. Write a vignette using more than one TidyVerse packages. For this assignment I will be using the lubridate TidyVerse package using NJ Transit Train Data for the Northeast Corridor for the month of January 2020. Packages library(tidyverse) library(lu...
4431 sym R (5474 sym/65 pcs) 3 img