This is an individual project focused on descriptive statistics and data visualization techniques to analyse public housing HDB resale flat prices in Singapore from 2017 to 2025. Students will use real-world data sourced from data.gov.sg (Singapore’s official public data repository).
The objective is to develop proficiency in preparing, processing, analyzing, and visualizing data using RStudio. Students will also be encouraged to use Generative AI (GenAI) tools (such as ChatGPT, Copilot, Gemini) to aid in R programming tasks, including data wrangling and plotting.
By completing this continuous assessment (CA), students will be able to:
The dataset used in this project was downloaded from data.gov.sg, which is Singapore’s official open data repository. The data set contains records of HDB resale flat prices based on the registration date of the transactions, covering the period from January 2017 to April 2025.

Native Singapore Writers Team
The dataset “ResaleHdbFlat2017to2025.csv” is provided in CSV (Comma-Separated Values) format. It can be opened using spreadsheet software such as Microsoft Excel, which allows you to view the tabular structure of the data before importing it into RStudio for analysis. An example of how the dataset appears in Excel is shown below.
The dataset contains 11 columns, each representing a specific attribute of the HDB resale transaction:

For this project, students are required to analyze only the transactions from the town where they currently reside. This ensures that each student conducts a focused and personalized analysis based on a familiar location.
Students will load the dataset into RStudio, filter it to include only their selected town, and then carry out data cleaning, statistical analysis, and visualization tasks as outlined in the assignment instructions.
To begin your analysis in RStudio, follow these simple steps to read and filter the dataset with the name of your town.
# Load the necessary libraries
library(tidyverse)
# Read the CSV file into R (ensure the file is in your working directory)
hdb_data <- read_csv("ResaleHdbFlat2017to2025.csv")
# Replace "YOUR TOWN" with the name of your town in CAPITAL LETTERS (e.g., "TAMPINES")
selected_town <- "YOUR TOWN"
# Filter the dataset to include only transactions from your town
town_data <- hdb_data %>%
filter(town == selected_town)
# View the first few rows of the data
head(town_data)
Students are to focus their analysis on only one town—specifically, the town where they currently reside. They are expected to perform the tasks below and submit a structured data analysis report.
Tabulate the above summary statistics in the following table format
| Town | Flat type* | Number of transactions | Mean | Median | SD | Min | Q1 | Q3 | Max | IQR | cov |
|---|---|---|---|---|---|---|---|---|---|---|---|
| “YOUR TOWN” | 1 ROOM | ||||||||||
| 2 ROOM | |||||||||||
| 3 ROOM | |||||||||||
| 4 ROOM | |||||||||||
| 5 ROOM | |||||||||||
| EXEC… | |||||||||||
| MULTI… |
* if applicable
Ensure all visualizations are clearly labelled and interpreted.
Creativity is encouraged — feel free to enhance your visuals with themes, colors, or annotations to improve clarity.
SEE ANNEX B FOR EXAMPLE OF DATA VISUALISATION PLOTS
Students must submit a written report in PDF format that includes the following clearly labeled sections. The report should be concise, well-organized, and supported with tables, plots, and commentary. You are encouraged to apply creativity in your presentation and data visualization to effectively communicate your findings.
Consider factors like flat type, lease duration, and price variation.
Mention any limitations for further data exploration
SEE ANNEX C FOR THE ASSESSMENT RUBRIC
Please submit the softcopy of your written report in a pdf format together with your RStudio script file (.R) into LMS dropbox by Sunday, 1st June 2025, 23.59hrs.
Plagiarism is strictly prohibited.
You are encouraged to discuss ideas and collaborate on learning, but:
Use of Generative AI tools (e.g., ChatGPT, Copilot) is allowed, but you must:
The following are example data visualisation plots created using dummy data to illustrate the expected outputs. Students are encouraged to be creative — feel free to enhance your visuals with themes, color palettes, annotations, or layout adjustments to improve clarity and presentation.


Native Singapore Writers Team
The post CVE2112 HDB Resale Price Analysis Assignment: Data Visualization & Summary Stats in R Program Project appeared first on Singapore Assignment Help.
Why Work with Us
Top Quality and Well-Researched Papers
We always make sure that writers follow all your instructions precisely. You can choose your academic level: high school, college/university or professional, and we will assign a writer who has a respective degree.
Professional and Experienced Academic Writers
We have a team of professional writers with experience in academic and business writing. Many are native speakers and able to perform any task for which you need help.
Free Unlimited Revisions
If you think we missed something, send your order for a free revision. You have 10 days to submit the order for review after you have received the final document. You can do this yourself after logging into your personal account or by contacting our support.
Prompt Delivery and 100% Money-Back-Guarantee
All papers are always delivered on time. In case we need more time to master your paper, we may contact you regarding the deadline extension. In case you cannot provide us with more time, a 100% refund is guaranteed.
Original & Confidential
We use several writing tools checks to ensure that all documents you receive are free from plagiarism. Our editors carefully review all quotations in the text. We also promise maximum confidentiality in all of our services.
24/7 Customer Support
Our support agents are available 24 hours a day 7 days a week and committed to providing you with the best customer experience. Get in touch whenever you need any assistance.
Try it now!
How it works?
Follow these simple steps to get your paper done
Place your order
Fill in the order form and provide all details of your assignment.
Proceed with the payment
Choose the payment system that suits you most.
Receive the final file
Once your paper is ready, we will email it to you.
Our Services
No need to work on your paper at night. Sleep tight, we will cover your back. We offer all kinds of writing services.
Essays
No matter what kind of academic paper you need and how urgent you need it, you are welcome to choose your academic level and the type of your paper at an affordable price. We take care of all your paper needs and give a 24/7 customer care support system.
Admissions
Admission Essays & Business Writing Help
An admission essay is an essay or other written statement by a candidate, often a potential student enrolling in a college, university, or graduate school. You can be rest assurred that through our service we will write the best admission essay for you.
Reviews
Editing Support
Our academic writers and editors make the necessary changes to your paper so that it is polished. We also format your document by correctly quoting the sources and creating reference lists in the formats APA, Harvard, MLA, Chicago / Turabian.
Reviews
Revision Support
If you think your paper could be improved, you can request a review. In this case, your paper will be checked by the writer or assigned to an editor. You can use this option as many times as you see fit. This is free because we want you to be completely satisfied with the service offered.