-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in seq.int(cutpoints[1] + 1, cutpoints[2] - 1) : Stata 14.1, Windows 7 #6
Comments
which Stata license? (eg SE, IC ...) |
could you post options("RStata.StataPath") too? |
StataSE, > options("RStata.StataPath")
$RStata.StataPath
[1] "\"C:\\Program Files (x86)\\Stata14\\StataSE-64\"" |
I'm not able to reproduce your issue on Win 7, stata 13 > chooseStataBin()
[1] "\"C:\\Program Files (x86)\\Stata13\\StataSE-64\""
> options("RStata.StataVersion" = 13)
> x <- data.frame(a = rnorm(3), b = letters[1:3])
> stata( "sum a", data.in = x)
. sum a
Variable | Obs Mean Std. Dev. Min Max
-------------+--------------------------------------------------------
a | 3 -.921967 .4627757 -1.430603 -.5257751 the error is due to the fact that there should be problems with this line of
Could you please use
Furthermore, at that point of debug, please tell me if in |
Thanks for the hints. I examined my Problem fixed by commenting out |
ok thanks for your debugging. I added a note to the troubleshooting section of |
I am getting this problem with Stata 15. I do not a profile.do specified, do I need to create an empty one? Below is the error. I am using the most recent development version and am on Mac. Any help is appreciated, thanks in advance.
|
Running Rstata in R 3.3.2, from RStudio 0.99.902 against Stata 14.1 on Windows 7 I get an error. I've set up Rstata using
chooseStataBin()
, and setoptions("RStata.StataVersion" = 14)
.I run:
I get:
When switching to
stata.echo = FALSE
I get no error.The text was updated successfully, but these errors were encountered: