Hi all,
I'm trying to remotely construct gtools and ftools on a computer that has no internet access with the help of an on-site research assistant. A bit of a logistical nightmare.
The Microsoft computer has run gtools/ftools commands before, but Stata was recently upgraded to Stata 18 from 17, and the ado directories were replaced.
My problem is that on many of the gtools subcommands, like "fasterxtile" and "gegen" and "gduplicates", I keep on getting the error r(111).
This is the error that pops up for "variable does not exist" or "ambiguous abbreviation". I know for a fact that the variables I am referring to DO exist and are NOT ambiguously abbreviated (I have set varabbrev off).
I have tried installing ftools and gtools locally and transferring over the ado/mlib/plugin files to the local ado folder, and I have run mata: mata mlib index
But I keep on getting this error r(111).
For instance, I have id variables (I have an id-time panel), and just to check the syntax, I have run (for example)
gduplicates drop id, force bys id: gegen check = mean(id) Here you can find images of me running "gduplicates drop" with and without trace on.
And both of these commands output r(111).
Does anyone have any advice? Are there likely ado/mlib packages that I am missing?
I am VERY desperate at this point.
I'm trying to remotely construct gtools and ftools on a computer that has no internet access with the help of an on-site research assistant. A bit of a logistical nightmare.
The Microsoft computer has run gtools/ftools commands before, but Stata was recently upgraded to Stata 18 from 17, and the ado directories were replaced.
My problem is that on many of the gtools subcommands, like "fasterxtile" and "gegen" and "gduplicates", I keep on getting the error r(111).
This is the error that pops up for "variable does not exist" or "ambiguous abbreviation". I know for a fact that the variables I am referring to DO exist and are NOT ambiguously abbreviated (I have set varabbrev off).
I have tried installing ftools and gtools locally and transferring over the ado/mlib/plugin files to the local ado folder, and I have run mata: mata mlib index
But I keep on getting this error r(111).
For instance, I have id variables (I have an id-time panel), and just to check the syntax, I have run (for example)
gduplicates drop id, force bys id: gegen check = mean(id) Here you can find images of me running "gduplicates drop" with and without trace on.
And both of these commands output r(111).
Does anyone have any advice? Are there likely ado/mlib packages that I am missing?
I am VERY desperate at this point.
Comment