Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
My R Code Practice
#R version 3.3.2 # Create a matrix m1 <- 1:10 matrix(m1) # by default it arranges as ONE column matrix(m1,nrow = 2) # here R chooses to fill the matrix by column; you can choose to fill the matrix by rows as well matrix(m1,byrow = FALSE,nrow = 2) matrix(1:12,byrow = F,ncol = 3) matrix(1:12,byrow = T,nrow = 3)
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Tidyverse: Estructuras
Hiring Discrimination
ax² + bx + c = 0 (Solução e gráfico com as raízes)
Grafico
ESTADISTICA
Linear regression Model [The spring constant]
Gab1B-nb
Iron exp suco fatorial
Chi-squared tests of independence [Musculoskeletal injuries treated]
19-08-2020-JacobiSistemaEuler
Please log in to post a comment.