Stata 现场班报名中……
文章目录
- Stata Frequently Asked Questions
-
-
- Transferring data to/from Stata
- Stata Graphical User Interface (for Windows)
- General Use and Data Management
- Missing values
- String variables
- Error messages
- How does Stata compare with SAS and SPSS?
- Margins Command
- Regression
- Mediation
- Logistic Regression
- Analysis of Variance
- SEM
- Graphics
- Time Series
- Capabilities
- Advanced Statistics – Survey commands and clustering
- Advanced Statistics – Other
- Other
-
Source: https://stats.idre.ucla.edu/stata/faq/
Stata Frequently Asked Questions
Can’t find your question? Try checking our General FAQ page.
Transferring data to/from Stata
- How can I convert files among SAS, SPSS and Stata?
- How can I read data from multiple Excel sheets in Stata?
- 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
- How do I convert a Stata file to HLM?
- 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)
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 and 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?
- 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?