#Python

Python3 import and project layout

Updated on 11/4/2019. Ref: A Typical directory structure for running tests using unittest

#bash

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.

#Vuejs

Vue.js Example: Amazon Checkout Page

This is a simple Vue.js example to imitate the checkout page of Amazon.com.

#Jekyll

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.

#R

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.

#R

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.

#R

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.

#R

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.

#R

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.

#R

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.