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
SimulacaoItaly-17-02-2021
Linear Regression
Predictive power of a test when False positive rate = False negative rate
Predict function in R
Mobile-Sprite-image-Interval
test1
ggplot Sample
Sampling Distribution for the Wald-Wolfowitz 2-Sample Runs Test
Assignment2 Q1
Mandelbrotset