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
Testing a faked dice
HOME WORK DATAFRAMES
Ex21-01-21
Ch. 5: Cookie Chip Sampling - Idealized
Sine approximation
Plot Graph By Adjacency Matrix
%95 confidence interval
Paired t-test [Access Medical Information]
Bootstrap Method
17-08-2020SitemaEqLin