Alcazar Estil Luis Stiven
-Verdura -Frutas -banana
\(y_1\)
\(\hat{x_1}\)
\(\hat\)
\[ \hat{boldsmbol{\alpha}} = \underbrace{(\hat{\delta_0}, \hat{\beta}_{0ses=low}, \hat{\beta}{0ses=middle},\hat{\beta}{0gender=male}, \hat{\beta}{0honors=enrolled}}{\text{primer conjunto de parĂ¡metros estimados}}, \underbrace{\hat{\delta_1}, \hat{\beta}_{1ses=low}, \hat{\beta}{1ses=middle},\hat{\beta}{1gender=male}, \hat{\beta}{1honors=enrolled})^T}{\text{Segundo conjunto de parĂ¡metros estimados}} \] ## R Markdown
como Instalar un paquete
como correr los comandos
\(y= b + c*d\)
$ y_i$
\(x^i\)
summary(cars)
## speed dist
## Min. : 4.0 Min. : 2.00
## 1st Qu.:12.0 1st Qu.: 26.00
## Median :15.0 Median : 36.00
## Mean :15.4 Mean : 42.98
## 3rd Qu.:19.0 3rd Qu.: 56.00
## Max. :25.0 Max. :120.00
You can also embed plots, for example:
Note that the echo = FALSE parameter was added to the
code chunk to prevent printing of the R code that generated the
plot.