Hello all:
I am attempting to create a table of graphs, but I am having issues loading the files within the current directory. I am using a Mac with Stata 15,
Following from Google advice, I first typed
cd "/Users/greghawrelak/Documents/Dissertation! "
Which then gives me this:
/Users/greghawrelak/Documents/Dissertation!
It does not provide me any error messages, and the working directory when I type pwd is:
/Users/greghawrelak/Documents/Dissertation!
This tells me that the working directory should be set correctly.
As per my issue, I have three graphs I am trying to merge into a table of graphs. However, when I type this code,
graph combine "/Users/greghawrelak/Documents/Dissertation! /Omnibus 2020_DemCon:Dem False.gph" "/Users/greghawrelak/Documents/Dissertation! /Omnibus2020_DemCon:Dem Possibly True.gph" "/Users/greghawrelak/Documents/Dissertation! /Omnibus2020_DemCon:Dem DefinitelyTrue.gph"
It provides me with this error output:
could not change to directory /Users/greghawrelak/Documents/Dissertation!
chdir(): 170 could not change directory
__pathmkabsolute(): - function returned error
__filemkabsolute(): - function returned error
<istmt>: - function returned error
My confusion is why this is happening given that my working directory appears to be set correctly. I do not have a very detailed programming knowledge, so any clarification anyone can provide is appreciated!
Related Posts with Cannot Load Files for Table of Graphs Due to r(170) error
can we transfer args in different do file or how to use statapush efficiently?As far as I know, user-command statapush can be used in seperate way. Usually, I have to seperate do…
Counting dummy for a group of multiple variablesHi all,
I am trying to accomplish a simple count, but I still am not able to get what I want after …
Sample Selection BiasI have some data from the labour force survey and I'm estimating wage regression. I want to include …
Trying to do Rolling Standard Deviation give me this error. Can someone help ?Here is the command:
tsset GVKEY_n Year
rolling sd_NIBE=r(sd), window (4) clear : su NetIncome
And…
3SLS with Instrument VariablesIs it possible to run a 3SLS specification using instrument variables in Stata?
I have the followin…
Subscribe to:
Post Comments (Atom)
0 Response to Cannot Load Files for Table of Graphs Due to r(170) error
Post a Comment