Python3 import and project layout
Updated on 11/4/2019. Ref: A Typical directory structure for running tests using unittest
Usage of when-changed
This post covers several usages for a cross-platform command: when-changed. It can run a given command when a file/files/directory are changed.
Vue.js Example: Amazon Checkout Page
This is a simple Vue.js example to imitate the checkout page of Amazon.com.
Enhance Markdown with table of contents, hover anchor, on-demand Disqus, tags, and MathJax
This post will cover some useful addons to the basic Jekyll markdown page, such as table of content, hover anchor for all headers, math expressions by MathJax, on-demand Disqus, tags, and more.
Exploratory Factor Analysis -- Notes and R Code
This post covers my notes of Exploratory Factor Analysis methods using R from the book “Discovering Statistics using R (2012)” by Andy Field. Most code and text are directly copied from the book. All the credit goes to him.
Multivariate ANOVA (MANOVA) -- Notes and R Code
This post covers my notes of multivariate ANOVA (MANOVA) methods using R from the book “Discovering Statistics using R (2012)” by Andy Field. Most code and text are directly copied from the book. All the credit goes to him.
Factorial ANOVA -- Notes and R Code
This post covers my notes of factorial ANOVA methods using R from the book “Discovering Statistics using R (2012)” by Andy Field. Most code and text are directly copied from the book. All the credit goes to him.
ANCOVA -- Notes and R Code
This post covers my notes of ANCOVA methods using R from the book “Discovering Statistics using R (2012)” by Andy Field. Most code and text are directly copied from the book. All the credit goes to him.
Assumptions of Statistic Analysis
A brief summary of the assumptions of statistic methods from the book “Discovering Statistics using R (2012)” by Andy Field. Most code and text are directly copied from the book chapter. All the credit goes to him.
Useful R Packages for Statistic Analysis
A brief summary of R packages (and corresponding functions) that are used in the book “Discovering Statistics using R (2012)” by Andy Field.