Posts

用R取代Stata与SAS

安装Stata 在R中调用Stata 三种环境下数据互通 安装Stata 首先安装ncurses5-compat-libs和libpng12这两个包

The Catcher in Rye

原来The Catcher in Rye并不是讲稻草人和乌鸦的故事,是中二少年失败的离家出走尝试。如果我中二期看的这书,应该会很喜欢吧。虽然现在也挺喜欢的。更奇

Manjaro折腾记

缘起 折腾备忘录 安好之后换中国源 N卡驱动 中文输入法 Deepin桌面 安装miniconda 搭建服务并打开端口 Chrome Remote Desktop 系统备份和恢复 缘起 一切的开始应

Data Vis Chapter 8

Use Color Palette Layer Color and Text Together Themes Use Theme Elements Two y-axes head(asasec) ## Section Sname Beginning Revenues …

Data Vis Chapter 6

Show Several Fits at Once, with a Legend Model-based Graphics Tidy Model Objects with Broom get component-level statistics with tidy() …

Data Visualization Chapter 2-4

Chapter 2 Chapter 3 Wrong way to set color Aesthetics Can Be Mapped per Geom Save plots Chapter 4 Group data and the “Group” Aesthetic …

Data Visualization Chapter 5

Chapter 5 Use Pipes to Summerize Data Continuous Variables by Group or Category Write and Draw in the Plot Area Scales, Guides, and …

Meta-Analysis Note 1

本书第一章主要对一些术语进行了界定,把元分析同其它种文献综述的方式进行了区分。元分析同其它定性的总结以及定量的(Informal vote count

SEM and GSEM

SEM sem bmi <- age children incomeln educ quickfood This would give us the unstandardized solution. This command uses maximum …

Panel data in R vs in Stata

Panel data with one way fixed effect mm1 <- invforward ~ TOBINQ + inv + top3 + size + lev + cash + loss + lnage + cfo + sd + ic + …