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
nl problem with modified Richards equationDear Team, I'm trying to fit modified Richards equation to simulated cumulated volume (v_elong) data…
XTunitroot error r(111) variable ccode not foundI am using the command XTunitroot to test for stationarity with a cross country-year dataset, using …
inlist with many variablesHello. I have 100 numeric variables (var1-var100) which are all categorical (1, 2, 3). I would like…
SEM with fixed effectsHello. This is my first time posting on this forum. I am trying to examine whether student partici…
Create a variable that defines the value of the next rowHi, I am using long form data. I have a variable called ia_label that defines an area of interest a…
Subscribe to:
Post Comments (Atom)
0 Response to Cannot Load Files for Table of Graphs Due to r(170) error
Post a Comment