-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
38 lines (26 loc) · 1.47 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
title: "Data Visualization of NHANES"
output:
html_document:
toc: true
toc_depth: 3
toc_float: true
fig_caption: yes
theme: cerulean
self_contained: true
github_document:
toc: true
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
In this project, we show an example of a dashboard focusing on the average of body mass index (BMI). There is an overview of the distribution of individuals' BMI from the NHANES program.
Various factors such as physical activity, gender, location, marital status, education level, and income have been shown to summarize the average of BMI.
Click [here](https://public.tableau.com/views/NHANESDataVisualization_16920548423390/Dashboard1?:language=en-US&publish=yes&:display_count=n&:origin=viz_share_link) to see the dashboard.
## Goal
The purpose of the dashboard is to view the most important metrics and results at a glance. Generally, dashboards are an interactive way to see how the project or program perform.
## Result
By using this dashboard, you will discover the distribution of the expected individuals' BMI in an easy way. You can apply filters yourself and consult different graphs. By immediately having the right information available, correct inference and decisions can be made.
```{r img-with-knitr, echo=FALSE, fig.align='center', out.width='100%', fig.alt='Alternative text for figure 1'}
knitr::include_graphics("/Users/elhambahrampour/Desktop/CV/rmd files/Dashboard.jpg")
```