Recently Published

Assignment 5 Q1
Plot # install.packages("ggplot2") library(ggplot2)
# install.packages("ggplot2") library(ggplot2) # Datos set.seed(1) df <- data.frame(x = rnorm(200), y = rnorm(200)) ggplot(df, aes(x = x, y = y)) + geom_point() + geom_density_2d()
Plot library(ggplot2)
library(ggplot2) # Datos set.seed(1) df <- data.frame(x = rnorm(200), y = rnorm(200)) ggplot(df, aes(x = x, y = y)) + geom_density_2d()
ddw12
PICUtrials
ANOVA Lab
Projeto 2 (R em Markdown)
Assignment 5 Q2
Hw 9
Informe (avance 2)