Skip to content

Commit

Permalink
Update Introduccion_a_R-I.R
Browse files Browse the repository at this point in the history
  • Loading branch information
JosueMA authored Oct 10, 2017
1 parent 8b8f4a5 commit 8e08b53
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Introducción a R/Introduccion_a_R-I.R
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,9 @@ A %*% B # Para las operaciones matriciales es necesario encerrar el operador ent
# debe ser rectangular (todas las columnas de la misma longitud)
# Es la manera más usada para almacenar datos

# Instala el paquete MASS
install.packages("MASS")

# Carga el paquete MASS
library(MASS)

Expand Down

0 comments on commit 8e08b53

Please sign in to comment.