Publications by Kaining Zhou
Two-way ANOVA test in R
1. What is two-way ANOVA test? Two-way ANOVA test is used to evaluate simultaneously the effect of two grouping variables (A and B) on a response variable. The grouping variables are also known as factors. The different categories (groups) of a factor are called levels. The number of levels can vary between factors. The level combinations of fact...
1689 sym R (794 sym/6 pcs)
Hands-on MR data analysis with R
1. Root imaging by Minirhizotron 1.1 Introduction to Minirhizotron system Minirhizotron (MR) system is an non-destructive tool to study roots. MR system is made up of durable, transparent tubes installed in the ground and a light-weight cylindrical imaging device which is lowered into the tubes to collect high-resolution images and track root gr...
3438 sym R (380 sym/1 pcs) 9 img
Step by step to build a website
Step by step to build website Kaining Zhou August 22, 2021 1.Choose a Hugo theme for your website Go to wowchemy: https://wowchemy.com/templates/, and choose a theme (in our case is academic) Then it leads to Netlify. You are required to connect Netlify to your GitHub account to create your starter-hugo-academic repository Netlify deploys your...
950 sym
Step by step to publish in Github
Step by step to publish in Github Kaining Zhou August 22, 2021 1. Prerequisites (chapter 12) Registered a free GitHub account (chapter 4). Installed/updated R and RStudio (chapter 5). Installed Git (chapter 6). Introduced yourself to Git (chapter 7). Confirmed that you can push to / pull from GitHub from the command line (chapter 9). 2. Make a...
2902 sym
R script vs. R Markdown
1. RMarkdown的结果紧接着代码,而R script的数值结果和绘图结果分别出现在console和plot版块。 2. 如果将script code发给其他人,他们看不到结果,除非是从头开始运行一遍。但是Markdown混合了输入的代码和输出的结果,一目了然。 3. 保存R script时,还需保存图片、表格�...
467 sym
Tips on Writing Thesis in RMarkdown
1. To live preview the output without kniting the file xaringan::inf_mr() 2. Include code but not run in RMarkdown output Add back ticks `` around the code. 3. Comment out text Manually put signs around your comment like: <!-- your comment --> Use the keyboard shortcut Ctrl + Shift + C to comment out a line of text. 4. Push local changes to G...
3568 sym R (591 sym/4 pcs)
U.S. visa application
U.S. visa application Kaining Zhou March 03, 2022 Reference: U.S. Embassy Official website Step 1: Complete the Visa Application Complete a DS-160 form online and print the confirmation page for each person applying for a visa. You will need to determine your visa category, and the select the location where you would like to interview (either ...
1620 sym