## 
## Adjuntando el paquete: 'dplyr'
## The following objects are masked from 'package:stats':
## 
##     filter, lag
## The following objects are masked from 'package:base':
## 
##     intersect, setdiff, setequal, union

Niveles de ansiedad

1: ansiedad muy bajo o inexistente.

2: bajo de ansiedad.

3: moderado de ansiedad.

4: alto de ansiedad.

5: muy alto o extremo de ansiedad.

Grafico de barras

Frecuencia de cada nivel de ansiedad reportado por los estudiantes

Grafico circular

Ansiedad por Mujeres

Ansiedad por Hombres

Frecuencia de ansiedad por presion academica

Distribución de los niveles de ansiedad.

## Warning: The dot-dot notation (`..count..`) was deprecated in ggplot2 3.4.0.
## ℹ Please use `after_stat(count)` instead.
## This warning is displayed once every 8 hours.
## Call `lifecycle::last_lifecycle_warnings()` to see where this warning was
## generated.

Diagrama circular

Distribucion de la ansiedad

## # A tibble: 5 × 3
##   anxiety count percentage
##   <fct>   <int>      <dbl>
## 1 1          10       11.5
## 2 2          18       20.7
## 3 3          19       21.8
## 4 4          23       26.4
## 5 5          17       19.5

Histograma

Distribución de los niveles de ansiedad

## Warning: Using `size` aesthetic for lines was deprecated in ggplot2 3.4.0.
## ℹ Please use `linewidth` instead.
## This warning is displayed once every 8 hours.
## Call `lifecycle::last_lifecycle_warnings()` to see where this warning was
## generated.

Densidad de la ansiedad

## Warning: Use of `data_base2$anxiety` is discouraged.
## ℹ Use `anxiety` instead.
## Use of `data_base2$anxiety` is discouraged.
## ℹ Use `anxiety` instead.