Publications by tjlee
Document
Statistic <- c(68,85,74,88,63,78,90,80,58,63) Math <- c(85,91,74,100,82,84,78,100,51,70) plot(Statistic,Math, pch=17, col="blue", main ="班上的統計與數學分數", xlab="Statistic", ylab="Math") hist(Statistic, col= "#C07AB8", main ="班上的統計分數", xlab ="分數", ylab ="人數...
27 sym R (1205 sym/20 pcs) 4 img
Document
Statistic <- c(68,85,74,88,63,78,90,80,58,63) Math <- c(85,91,74,100,82,84,71,100,51,70) plot(Statistic,Math, pch=15, col="#CA8EFF", xlab="Statistic", ylab="Math", main="10人的統計成績與數學成績") hist(Math, col="#8F00FF", main="數學成績或統計成績", xlab="數學成績", y...
31 sym R (1242 sym/24 pcs) 4 img
一上期中
1 2 3 4 5 莖葉圖 ## ## The decimal point is 1 digit(s) to the right of the | ## ## 4 | 9 ## 5 | 13 ## 5 | 9 ## 6 | 13 ## 6 | ## 7 | ## 7 | 9 ## 8 | 4 ## 8 | 9 ## 9 | 1 6 6.1 平均數 ## [1] 67.9 6.2 中位數 ## [1] 62 6.3 眾數 ## [1] 49 6.4 標準差 ## [1] 16.25115 6.5 變異數 ## [1] 264.1 ...
118 sym 4 img
期中作業
i Statistic <- c(68,85,74,88,63,78,90,80,58,63) Math <- c(85,91,74,100,82,84,78,100,51,70) plot(Statistic,Math, pch = 01, col= "#FFE632", main ="統計成績與數學成績", xlab ="統計成績", ylab ="數學成績") ii hist(Statistic, col= "skyblue", main ="統計成績", xlab ="分數", ...
53 sym R (1329 sym/20 pcs) 4 img
期中作業
i Statistic <- c(68,85,74,88,63,78,90,80,58,63) Math <- c(85,91,74,100,82,84,78,100,51,70) plot(Statistic,Math, pch = 01, col= "#FFE632", main ="統計成績與數學成績", xlab ="統計成績", ylab ="數學成績") ii hist(Statistic, col= "skyblue", main ="統計成績", xlab ="分數", ...
53 sym R (1307 sym/20 pcs) 4 img
Document
hist(Math, col= "#8F00FF", main ="數學成績或統計成績", xlab ="數學成績", ylab ="統計成績") data<- c(185,82,36,28,25) labels <- c("娛樂休閒","知識閱讀","體育競技","科學創新","公益活動") pie(data,labels,main ="大學生最喜歡參加的社團的次數分配表", col=heat.colors(length(...
25 sym R (678 sym/18 pcs) 4 img
Document
## ## The decimal point is 1 digit(s) to the right of the | ## ## 4 | 9 ## 5 | 139 ## 6 | 1 ## 7 | 9 ## 8 | 59 ## 9 | 1 mean(Japan)#平均數 ## [1] 68.51444 median(Japan)#中位數 ## [1] 61 max(Japan)#眾數 ## [1] 91 sd(Japan)#標準差 ## [1] 17.21255 var(Japan)#變異數 ## [1] 296.2719 Q1 <- quantile(Japan, 1 / 4) Q3 ...
22 sym 4 img
期中作業
統計和數學成績散佈圖 統計成績直方圖 大學生最喜歡參加的社團長條圖 大學生最喜歡參加的社團圓餅圖 Japanese成績莖葉圖 ## ## The decimal point is 1 digit(s) to the right of the | ## ## 4 | 9 ## 5 | 13 ## 5 | 9 ## 6 | 13 ## 6 | ## 7 | ## 7 | 9 ## 8 | 4 ## 8 | 9 #...
135 sym 4 img
Document
Statistic <- c(68,85,74,88,63,78,90,80,58,63) Math <- c(85,91,74,100,82,84,78,100,51,70) plot(Statistic,Math, pch=15, col="blue", main ="班上的統計與數學分數", xlab="統計分數", ylab="數學分數") hist(Statistic, col= "purple", main ="班上的統計分數", xlab ="統計分數", ...
24 sym R (2318 sym/17 pcs) 4 img
123456
hist(statistic, col= "#334EAC", main ="班上的統計成績", xlab ="成績", ylab ="人數")...
5 sym 1 img