Publications by TJLee
Document
tjlee-women data Document Author 2020-03-17 library(datasets) dta <- datasets::women c(women) ## $height ## [1] 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 ## ## $weight ## [1] 115 117 120 123 126 129 132 135 139 142 146 150 154 159 164 ## c(as.matrix(women)) ## [1] 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 115 117 ...
147 sym R (360 sym/4 pcs)
Publish Document
math_attainment Tang Jung Lee 2020-03-17 first R session using math attainment data set input data read in a plain text file with variable names and assign a name to it dta <- read.table("/Users/Tjlee/Desktop/weather/math_attainment.txt", header = T) checking data structure of data str(dta) ## 'data.frame': 39 obs. of 3 variables: ## $...
472 sym R (2531 sym/19 pcs) 3 img
Document
math_attainment Tang Jung Lee 2020-03-17 first R session using math attainment data set input data read in a plain text file with variable names and assign a name to it dta <- read.table("/Users/Tjlee/Desktop/weather/math_attainment.txt", header = T) checking data structure of data str(dta) ## 'data.frame': 39 obs. of 3 variables: ## $...
472 sym R (2531 sym/19 pcs) 3 img
Document
The chickwts example Tang-Jung Lee 2020-03-12 R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. When you click the Knit button a document will be generated that includes both content as well as the...
998 sym R (757 sym/6 pcs) 1 img
Publish Document
天氣預報 【陰天有短暫雨,氣溫偏低,沿海空曠地區可能有強陣風。】 【更新時間:03/05 05:18】 昨天(4日)台北市信義區最低溫發生在半夜,低溫17.3度,中午高溫26.9度。 今天(5日)大陸冷氣團影響及華南雲雨區東移,臺南地區為陰天且有短暫雨, 清晨低溫約 17度,...
254 sym 1 img 1 tbl
Publish Document
天氣預報 【陰天有短暫雨,氣溫偏低,沿海空曠地區可能有強陣風。】 【更新時間:03/05 05:18】 昨天(4日)台南市中西區最低溫發生在半夜,低溫17.3度,中午高溫26.9度。 今天(5日)大陸冷氣團影響及華南雲雨區東移,臺南地區為陰天且有短暫雨, 清晨低溫約 23度,...
254 sym 1 img 1 tbl
Document
天氣預報 【陰天有短暫雨,氣溫偏低,沿海空曠地區可能有強陣風。】 【更新時間:03/05 05:18】 昨天(4日)臺南市中西區最低溫發生在半夜,低溫17.3度,中午高溫26.9度。 今天(5日)大陸冷氣團影響及華南雲雨區東移,臺南地區為陰天且有短暫雨, 清晨低溫約 17度,...
254 sym 1 img 1 tbl
Publish Document
<!DOCTYPE html> GPA and GRE GPA and GRE Doughnut Dump 02 三月, 2018 An education researcher is interested in how variables, such as GRE (Graduate Record Exam scores), GPA (grade point average) and prestige of the undergraduate institution (Rank), influence admission into graduate school (Admit). Read data dta <- read.csv("https://st...
471 sym R (359 sym/4 pcs) 1 img
Document
<!DOCTYPE html> GPA and GRE GPA and GRE Doughnut Dump 02 三月, 2018 An education researcher is interested in how variables, such as GRE (Graduate Record Exam scores), GPA (grade point average) and prestige of the undergraduate institution (Rank), influence admission into graduate school (Admit). Read data dta <- read.csv("https://st...
471 sym R (359 sym/4 pcs) 1 img
Document
The chickwts example Tang-Jung Lee 2020-03-15 R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. When you click the Knit button a document will be generated that includes both content as well as th...
1011 sym R (757 sym/6 pcs) 1 img