library(readr)
ciencias_audio <- read_csv("C:/Users/bryanjv/Downloads/ciencias audio.csv",
skip = 8)## Rows: 1164 Columns: 6
## ── Column specification ────────────────────────────────────────────────────────
## Delimiter: ","
## chr (1): Session_Name
## dbl (4): ObjectID, Latitude, Longitude, 1:Measurement_Value
## dttm (1): Timestamp
##
## ℹ Use `spec()` to retrieve the full column specification for this data.
## ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.
library(readr)
licenciatura_audio <- read_csv("C:/Users/bryanjv/Downloads/licenciatura audio.csv",
skip = 8)## Rows: 1194 Columns: 6
## ── Column specification ────────────────────────────────────────────────────────
## Delimiter: ","
## chr (1): Session_Name
## dbl (4): ObjectID, Latitude, Longitude, 1:Measurement_Value
## dttm (1): Timestamp
##
## ℹ Use `spec()` to retrieve the full column specification for this data.
## ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.
## Cargando paquete requerido: leaflet
## Cargando paquete requerido: table1
##
## Adjuntando el paquete: 'table1'
## The following objects are masked from 'package:base':
##
## units, units<-
| Overall (N=2358) |
|
|---|---|
| 1:Measurement_Value | |
| Mean (SD) | 68.5 (5.53) |
| Median [Min, Max] | 68.3 [54.1, 85.3] |
| Ciencias (N=1164) |
Licenciatura (N=1194) |
Overall (N=2358) |
|
|---|---|---|---|
| 1:Measurement_Value | |||
| Mean (SD) | 66.1 (4.98) | 70.8 (4.99) | 68.5 (5.53) |
| Median [Min, Max] | 65.7 [54.1, 82.6] | 70.7 [57.0, 85.3] | 68.3 [54.1, 85.3] |