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:
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
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?
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)
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
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
Does anyone know how to use the \"execute selection\" function in the do-file editor of Stata for code that spans multiple lines?
I recently got into Stata coming from a procedural/OO/functional background, and am having trouble understanding the basic elements of the language.
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
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