Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
dataset1
a <- matrix(c(1,2,3,4,5,6), nrow = 2, ncol = 3,byrow = TRUE) a b <- matrix(c(1,2,3,4,5,6), nrow = 2, ncol = 3,byrow = FALSE) b c <- matrix(c(1,2,3,4,5,6), nrow = 2, ncol = 3,byrow = TRUE) c d <- matrix(c(1,2,3,4,5,6),2,3,T) d e <- matrix(c(1:6),2,3,T) e rownames(e) <- c('aaa','bbb') colnames(e) <- c('lll','kkk','ppp') e
run
|
edit
|
history
|
help
0
Hiring Discrimination
kroneckereq
,k
14-09-2020GRam
R
teste
Regressão linear
MAX
31-08-2020-Exemplo Ajuste
Grad-sistemac