My Useful SAS Resources

Story Key Programming Talk Key notes Repo structure Other source on the internet Hi, I’m the here-bot cat! Use me to find your way in your website. Here I am: content/blog/2022-04-05-sas -tricks/index.html Here is my R Markdown source file: blog/2022-04-05-sas -tricks/index.Rmd You’ll want to edit this file, then re-knit to see the changes take effect in your site preview. To remove me, delete this line inside that file: {{< here >}}

April 5, 2022

The Evolution Story of My Website

This blog intends to display my website evolving path. Meanwhile, it also provides a roadmap for those who want to build website for yourself.

March 1, 2022

9 Join Function Example with the R {dplyr} Package

Simple Example Data Load {dplyr} package Function 1: inner_join Function 2: left_join Function 3: right_join Function 4: full_join Function 5: semi_join Function 6: anti_join Complex Example 1: Join Multiple Data Frames Complex example 2: Join by Multiple Columns Complex example 3: Join Data & Delete ID Hi, I’m the here-bot cat! Use me to find your way in your website. Here I am: content/blog/2020-11-25-nine-join/index.html Here is my R Markdown source file: blog/2020-11-25-nine-join/index.

November 25, 2020

Outliers-Part 4:Finding Outliers in a multivariated way

Series: Outlier Detection

Data Source Variables in Data Model-specific methods Cook’s Distance Pareto Multivariate methods Mahalanobis Distance Details about Mahalanobis Distance Robust Mahalanobis Distance Minimum Covariance Determinant (MCD) robust tolerance ellipsoid (RTE) Invariant Coordinate Selection (ICS) OPTICS Isolation Forest Local Outlier Factor ‘check_outliers’ function in {performance} R package Threshold specification Reference Hi, I’m the here-bot cat! Use me to find your way in your website.

November 16, 2020

Outliers-Part 3:Outliers in Regression

Series: Outlier Detection

Types of Unusual Observations Regression Outliers Leverage Influential Observations Good vs. Bad Leverage Detecting Influential Observations Graphic diagnostics A scatter plot with Confidence Ellipse Quantile Comparison Plots (QQ-Plot) Rule of Thumb Added-variable plots Numerical diagnostics Hat Matrix Rule of Thumb Standardized Residuals Rule of Thumb Studentized Residuals Rule of Thumb Studentized Residuals-the Bonferroni adjustment DFBeta and DFBetas Rule of thumb Robust Distance Mahalanobis Distance Rule of Thumb Cook’s Distance Rule of Thumb DFITS Rule of Thumb Summary Hi, I’m the here-bot cat!

November 9, 2020