Se omiten las tildes para evitar los caracteres de edicion.
This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com.
When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document. You can embed an R code chunk like this:
set.seed(12345)
datos1<-rnorm(30, 15, 3.5)
dat1<-round(datos1,0)
dat1
## [1] 17 17 15 13 17 9 17 14 14 12 15 21 16 17 12 18 12 14 19 16 18 20 13
## [24] 10 9 21 13 17 17 14
Debe quedar similar a este resultado.
##
## Attaching package: 'fdth'
##
## The following objects are masked from 'package:stats':
##
## sd, var
## Class limits f rf rf(%) cf cf(%)
## [8.9,11) 3 0.1 10 3 10
## [11,13) 6 0.2 20 9 30
## [13,15) 6 0.2 20 15 50
## [15,17) 9 0.3 30 24 80
## [17,19) 3 0.1 10 27 90
## [19,21) 3 0.1 10 30 100
You can also embed plots, for example:
## Min. 1st Qu. Median Mean 3rd Qu. Max.
## 9.00 13.00 15.50 15.23 17.00 21.00
Como se presenta el ejemplo
##
## The decimal point is at the |
##
## 8 | 00
## 10 | 0
## 12 | 000000
## 14 | 000000
## 16 | 000000000
## 18 | 000
## 20 | 000
## [1] 21.09152
Promedio
Desviacion estandar
Coeficiente de variacion
Rango
Rango intercuartilico
Varianza
Asimetría
Curtosis