CORRELACION

DESCRIBIR LOS DATOS, EL PROBLEMA, LA HIPOTESIS

http://rmarkdown.rstudio.com.

horas <-c(1,2,2,2,3,8,7,7,6,1,2,1)
notas <-c(1,3,2,2,4,5,5,5,5,2,1,0)
conc <- cor(horas,notas)
X=5

Including Plots

You can also embed plots, for example:

## Warning in plot.window(...): "y_lab" is not a graphical parameter
## Warning in plot.xy(xy, type, ...): "y_lab" is not a graphical parameter
## Warning in axis(side = side, at = at, labels = labels, ...): "y_lab" is not a
## graphical parameter

## Warning in axis(side = side, at = at, labels = labels, ...): "y_lab" is not a
## graphical parameter
## Warning in box(...): "y_lab" is not a graphical parameter
## Warning in title(...): "y_lab" is not a graphical parameter