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
Extracting stringsHi there! I am working on cleaning up some text data, and have a quick question. I have the followi…
Saving regression coefficients from 3 regressions in one same datasetI have the dataset that include further below. I ran the following three regressions on this dataset…
Graph legend : assign two symbols to one labelHi all, I'm trying to the create the attached graph, but I'd like to consolidate the legend such th…
Problem using ptrend commandHello! I am trying to use the ptrend command to look at my binary y variable and categorical x vari…
In a call to a another do-file: log results from the anotherdo-fileHello, The case is that I am running a do-file and I am logging the session. When this do-file call…
Subscribe to:
Post Comments (Atom)
0 Response to Cannot Load Files for Table of Graphs Due to r(170) error
Post a Comment