lianxh
Command: Viewing Tweets of lianxh.cn in Stata (update:2023/11/17 23:20
)
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.
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
There are many examples in help file:
. help lianxh // English version
. help lianxh_cn // Chinese version
. 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