wwww6662003 / lianxh

lianxh 命令:在 Stata 里看连享会推文,搜索 Stata 资料和公开课。码云仓库:https://gitee.com/arlionn/lianxh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lianxh Command: Viewing Tweets of lianxh.cn in Stata (update: 2023/11/17 23:20)

中文版

1. Introduction

lianxh allows users to conveniently search for tweets published on the LianXiang homepage from the Stata window using keywords. Additionally, it can list commonly used Stata resource links, including the Stata official website, Stata official FAQs, the Stata forum (Statalist), Stata Journal; Stata Tutorials, Reproducible Paper Data, and more.

2. Installation

ssc install lianxh, replace

Your can type which lianxh to check if the newest version is installed:

. which lianxh
D:\stata\plus\l\lianxh.ado
*! version 1.2  16nov2023  
*! version 1.1  11apr2021
*! Yujun Lian  arlionn@163.com

Help documents

There are many examples in help file:

. help lianxh     // English version
. help lianxh_cn  // Chinese version

3. Some common examples

. lianxh DID    // Display tweets containing the keyword 'DID'

. lianxh DID, hot(10)   // Tweets containing the keyword 'DID,' top 10 by views

. lianxh DID 倍分 双差分 // Multiple keyword query (union)

. lianxh DID+多期        // Multiple keyword query (intersection)

. lianxh DID, md        // Output text in Markdown format

. lianxh, links         // Display Stata resource links and common URLs

About

lianxh 命令:在 Stata 里看连享会推文,搜索 Stata 资料和公开课。码云仓库:https://gitee.com/arlionn/lianxh

License:MIT License


Languages

Language:Stata 72.1%Language:HTML 27.6%Language:TeX 0.2%