stata
How to run ado file in another ado file in Stata?
In 开发者_StackOverflowR, I can run another R script using source(\"script.R\") How can I do the same in Stata? In Stata, there are two types of scripts:[详细]
2023-03-25 05:45 分类:问答transfer values from one variable to another in Stata
I have a problem at work: I have merged two datasets, and there is a number of variables which have the same content, but where an observation which has an value in the variable from dataset 1 have a[详细]
2023-03-21 18:28 分类:问答Is there a MacOS ODBC driver that reads SQL-command text files?
I\'ve been searching without luck for a MacOS iODBC driver that can read saved .SQL files exported in Microsoft SQL Server format. Does one exist?[详细]
2023-03-21 11:39 分类:问答Error in nchar() when reading in stata file in R on Mac
I\'m learning R and am simply trying to read in a stata data file but am getting the error below: X <- Stata.file(Stata_File)[详细]
2023-03-19 14:14 分类:问答Ternary Comparison Operator in Stata?
In my Stata do scripts, I often have to compare dates which may be missing. Unfortunately, 开发者_开发技巧the internal representation of . is the largest possible number of the given range, so the fol[详细]
2023-03-10 18:05 分类:问答F-test on Fixed Effects in R (Panel Data)
I am trying to do an F-test on the joint significance of fixed effects (individual-specific dummy variables) on a panel data OLS regression (in R), however I haven\'t found a way to accomplish this fo[详细]
2023-03-09 07:19 分类:问答How to execute multiple-line selection in do-file editor of Stata?
Does anyone know how to use the \"execute selection\" function in the do-file editor of Stata for code that spans multiple lines?[详细]
2023-03-05 19:10 分类:问答Stata programming language without syntax?
I recently got into Stata coming from a procedural/OO/functional background, and am having trouble understanding the basic elements of the language.[详细]
2023-03-05 07:29 分类:问答Help interpreting/converting odd date format
I have data pulled from a database and stored in Stata .dta files. But when I read it into R using the foreign package, I get a date format unlike any I\'ve seen. All of the other dates are \"%m/%d/%Y[详细]
2023-02-27 05:00 分类:问答Circumventing R's `Error in if (nbins > .Machine$integer.max)`
This is a saga which began with the problem of how to do survey weighting. Now that I appear to be doing that correctly, I have hit a bit of a wall (see previous post for details on the import process[详细]
2023-02-21 20:10 分类:问答
加载中,请稍侯......