lbraglia / RStata

[R package]: A R-Stata interface
110 stars 37 forks source link

Issue when running strreg command in the .do file #29

Closed hongyunsoo closed 2 years ago

hongyunsoo commented 2 years ago

I am trying to run a .do file ('test.do') through and it produces and error message "Warning in readLines(SRC[1L]) : incomplete final line found on 'test.do'"

This .do file contains stcrreg command in Stata and the error message appears when it encounters that specific command. I was able to run other regression commands (e.g. stcox) without a problem.

Any thoughts on how to solve this?