stata常见问题2-经管之家官网!

人大经济论坛-经管之家 收藏本站
您当前的位置> 软件培训>>

Stata软件培训

>>

stata常见问题2

stata常见问题2

发布:arlionn | 分类:Stata软件培训

关于本站

人大经济论坛-经管之家:分享大学、考研、论文、会计、留学、数据、经济学、金融学、管理学、统计学、博弈论、统计年鉴、行业分析包括等相关资源。
经管之家是国内活跃的在线教育咨询平台!

经管之家新媒体交易平台

提供"微信号、微博、抖音、快手、头条、小红书、百家号、企鹅号、UC号、一点资讯"等虚拟账号交易,真正实现买卖双方的共赢。【请点击这里访问】

提供微信号、微博、抖音、快手、头条、小红书、百家号、企鹅号、UC号、一点资讯等虚拟账号交易,真正实现买卖双方的共赢。【请点击这里访问】

1.Stata12关联电子手册的方法:https://bbs.pinggu.org/thread-1180284-1-1.html2.英文操作系统stata完美支持中文的方法https://bbs.pinggu.org/thread-121859-1-1.htmlTransferringdatato/fromStataHowcanIconvertfil ...
免费学术公开课,扫码加入


1. Stata12 关联电子手册的方法:https://bbs.pinggu.org/thread-1180284-1-1.html
2. 英文操作系统 stata完美支持中文的方法 https://bbs.pinggu.org/thread-121859-1-1.html
Transferring data to/from Stata

  • How can I convert files among SAS, SPSS and Stata?
  • How can I read Excel files in Stata? (Stata 12)
  • How can I read Stata 12 data files in Stata 11?
  • How do I export Stata .dta files to comma-separated files?
  • How do I export Stata .dta files to a SAS Xport file?
  • How can I load, write, or view a dBASE file, Excel file or Access file using odbc?
  • How can I convert a Stata file to an MLwiN file using Stata program stata2mlwin?
  • How can I convert a Stata file to an Mplus file?
  • Stata to HLM

    • Easiest: How do I convert a Stata file to HLM?
    • Harder: How can I convert a Stata file to an HLM file using HLM Windows interface?
    • Harder: How to separate a Stata single file into multiple data files for analysis in HLM software?
  • How can I input a dataset quickly?
  • How do I read a data file that uses commas/tabs as delimeters?
  • How can I output a formatted ASCII file?
  • How do I load large data sets (> 1GB) under 32-bit Windows? (from Stata FAQs)

Stata Graphical User Interface (for Windows)
  • How do I make windows dock, pin, and float? (shown as a movie)
  • How do I load window settings? (shown as a movie)
  • How do I save window settings? (shown as a movie)
  • How do I set other window preferences? (shown as a movie)
  • How do I change the font (PC version)?

General Use and Data Management
  • How can I anonymize patient IDs and still be able to decode them, if necessary?
  • How can I sort data within rows independently for each observation?
  • How can I create all pairs within groups?
  • How do I copy Stata output and Stata graphs into Word?
  • How can I save the contents of the results window?
  • How can I make the results window hold more results?
  • How do I update my copy of Stata?
  • How do I check that the same data input by two people are consistently entered?
  • How can I list observations in blocks?
  • Can I do by and sort in one command?
  • Why am I losing precision with large whole numbers (such as an ID variable)?
  • How can I quickly recode continuous variables into groups?
  • How do I standardize variables (make them have a mean of 0 and sd of 1)?
  • How can I randomly assign observations to groups in Stata?
  • How can I draw a random sample of my data?
  • How can I read dates with both 2-digit abd 4-digit year?
  • How can I "fill down"/expand observations with respect to dates and then update my dates?
  • How can I count the number of days between two dates?
  • How do I assign the values of one variable as the value labels for another variable?
  • How can I detect duplicate observations?
  • How can I access information stored after I run a command in Stata (returned results)?
  • How can I identify cases used by an estimation command using e(sample)?
  • How can I sample from a datasets with frequency weights?
  • How do I document and search a Stata dataset?
  • How can I create dyad IDs?

Files
  • How can I generate automated filenames in Stata?
  • How can I merge multiple files in Stata?
  • How can I combine a large number of files?

Regression

  • Why are R2 and F so large for models without a constant?
  • What is dummy coding?
  • What is effect coding?
  • What are Pseudo R-Squareds?
  • How do I interpret odds ratios in logistic regression?
  • How do I interpret a regression model when some variables are log transformed?
  • How are the likelihood ratio, Wald, and Lagrange multiplier (score) tests different and/or similar?
  • Excel Tips
  • How can I detect/address spatial autocorrelation in my data?

String variables

  • How can I quickly convert many string variables to numeric variables?
  • How can I turn a string variable containing dates into a date variable Stata can recognize?
  • How can I extract a portion of a string variable using regular expressions?

Error messages
  • How can I handle the matsize too small error?
  • How can I handle the No Room to Add Observations error?

Missing values

  • Can I quickly see how many missing values a variable has?
  • How can I see the number of missing values and patterns of missing values in my data file?
  • How can I quickly recode missing values into different categories?
  • How can I use multiply imputed data where original data is not included?

Topics on R2
Test Goodness of Fit (R2)
http://www.oocities.org/qecon2002/founda6.html

FAQ: Why are R2 and F so large for models without a constant?

http://www.ats.ucla.edu/stat/mult_pkg/faq/general/noconstant.htm


FAQ: What are pseudo R-squareds?

http://www.ats.ucla.edu/stat/mult_pkg/faq/general/Psuedo_RSquareds.htm

R-square and Standardization in Regression

http://www.people.vcu.edu/~nhenry/Rsq.htm


MLE 相关
Q:MLE 过程中,参数 row 的取值范围是 0-1,而 theta 必须为正,但是如何设置参数的取值范围呢?
A:写程序时,可以设定 theta = ln(theta2),得到 theta2 的估计值后可以求出 theta = exp(theta2)。
同理,可以设定 row = normal(row2),得到 row2 的估计值后,可以求出 row = invnormal(row2)。
「经管之家」APP:经管人学习、答疑、交友,就上经管之家!
免流量费下载资料----在经管之家app可以下载论坛上的所有资源,并且不额外收取下载高峰期的论坛币。
涵盖所有经管领域的优秀内容----覆盖经济、管理、金融投资、计量统计、数据分析、国贸、财会等专业的学习宝库,各类资料应有尽有。
来自五湖四海的经管达人----已经有上千万的经管人来到这里,你可以找到任何学科方向、有共同话题的朋友。
经管之家(原人大经济论坛),跨越高校的围墙,带你走进经管知识的新世界。
扫描下方二维码下载并注册APP
本文关键词:

本文论坛网址:https://bbs.pinggu.org/thread-2165726-1-1.html

人气文章

1.凡人大经济论坛-经管之家转载的文章,均出自其它媒体或其他官网介绍,目的在于传递更多的信息,并不代表本站赞同其观点和其真实性负责;
2.转载的文章仅代表原创作者观点,与本站无关。其原创性以及文中陈述文字和内容未经本站证实,本站对该文以及其中全部或者部分内容、文字的真实性、完整性、及时性,不作出任何保证或承若;
3.如本站转载稿涉及版权等问题,请作者及时联系本站,我们会及时处理。