Homework:
Review The Power of Good Design- https://www.vitsoe.com/gb/about/good-design and select three of the ten principles noted for good design. Next in R, utilize these three principles in a problem that you will solve. First note the problem to solve, the dataset (where the information was pulled from), and what methods you are going to take to solve the problem. Ensure the problem is simple enough to complete within a two-page document. For example, I need to purchase a house and want to know what my options are given x amount of dollars and x location based on a sample of data from Zillow within each location.
Ensure there is data visualization in the homework and note how it relates to the three principles selected.
#button {
background-color: #F05A1A;
border: 5px;
border-radius: 5px;
color: white;
padding: 5px 5px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 13px;
margin: 4px 2px;
cursor: pointer;
}
Save your time – order a paper!
Get your paper written from scratch within the tight deadline. Our service is a reliable solution to all your troubles. Place an order on any task and we will take care of it. You won’t have to worry about the quality and deadlines
Order Paper Now
Parts of this assignment:
Part 1: Review of the 3 Principles that are you going to use.
Part 2: Discussion of the Problem.
Part 3: The dataset (where you got the data)
Part 4: Explain how you can solve the problem
Part 5: Make sure you have a data visual (you can create the visual with R-Language)