Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Ch. 4 Boxplot and Histogram Examples - Font size increased
count1 <- c(1,1,1,2,2,5,5,5,5,7,8,8,8,9,9,9,9,10,10,10,10,10,10,12,12,12,12,12,12,13,13,13,13,13,13,13) boxplot(count1, breaks = seq(0,14,1), main = "Skewed Left", col = "lightblue", xlab="# of High-Fives on a High Five Friday", horizontal=TRUE, cex.lab=1.75, cex.axis=1.75) hist(count1, breaks = seq(0,14,1), main = "Skewed Left", col = "lightblue", yaxp = c(0,10,10), xlab="# of High-Fives on a High Five Friday") count <- c(1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,5,5,6,6,7,8,12,13) boxplot(count, breaks = seq(0,14,1), main = "Skewed Right", col = "lightblue", xlab="# of High-Fives on a High Five Friday", horizontal=TRUE, cex.lab=1.75, cex.axis=1.75) hist(count, breaks = seq(0,14,1), main = "Skewed Right", col = "lightblue", yaxp = c(0,10,10), xlab="# of High-Fives on a High Five Friday")
run
|
edit
|
history
|
help
0
Tournois Mount & Blade
SimulacaoItaly-17-02-2021
Chi-squared tests of independence [m musculoskeletal injuries treated]
print next number
Efeito-Runge-18-03-2021
teste
R1
James 2
jcruet_bi variate regression model
HOME WORK DATAFRAMES