Add additionl calculations.
This commit is contained in:
parent
31b8d4b166
commit
5521dc04d0
@ -84,7 +84,7 @@ dataset <- dataset %>%
|
|||||||
To make the dataset more relevant and manageable, the UR20 field was coded to use a more meaningful factor name. Additionally,the record with value of NA discovered previously is removed. The dataset now contains ```r nrow(dataset)``` observations and ```r ncol(dataset)``` variables.
|
To make the dataset more relevant and manageable, the UR20 field was coded to use a more meaningful factor name. Additionally,the record with value of NA discovered previously is removed. The dataset now contains ```r nrow(dataset)``` observations and ```r ncol(dataset)``` variables.
|
||||||
|
|
||||||
## Exploratory
|
## Exploratory
|
||||||
```{r, fig.align = "center"}
|
```{r, message=FALSE, fig.align = "center"}
|
||||||
library(ggplot2)
|
library(ggplot2)
|
||||||
library(scales)
|
library(scales)
|
||||||
ggplot(dataset, aes(y = factor(UR20))) +
|
ggplot(dataset, aes(y = factor(UR20))) +
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user