Hello Statalist,
I am having difficulty installing the user-written command
, which performs Little's test for data missing completely at random (Cheng Li, The Stata Journal (2013) 13, Number 4, pp. 795–809).
I am using Stata/MP 15 on Windows 10.
First, I tried to install it from the SSC archive, but it was not found:
I also tried
, which could not find the package file:
Next, I used
, which correctly identified the package in the Stata Journal (st0318):
However, when I click the link
in the Viewer to install the package, I receive a connection timeout error:
It seems the URL that Stata is trying to access is no longer active. I am not aware of any other way to install this package.
Could anyone advise on what I might be doing wrong or suggest an alternative way to install
?
Thank you, Lucas Akio.
I am having difficulty installing the user-written command
Code:
mcartest
I am using Stata/MP 15 on Windows 10.
First, I tried to install it from the SSC archive, but it was not found:
Code:
ssc install mcartest ssc install: "mcartest" not found at SSC, type search mcartest (To find all packages at SSC that start with m, type ssc describe m) r(601);
Code:
net install
Code:
net install mcartest file http://fmwww.bc.edu/repec/bocode/m/mcartest.pkg not found could not load mcartest.pkg from http://fmwww.bc.edu/repec/bocode/m/ r(601);
Code:
search mcartest
Code:
search mcartest
Code:
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
search for mcartest (manual: [R] search)
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Search of official help files, FAQs, Examples, SJs, and STBs
SJ-13-4 st0318 . . . . . . . . Little's test of missing completely at random
(help mcartest if installed) . . . . . . . . . . . . . . . . . C. Li
Q4/13 SJ 13(4):795--809
implements Little's missing-completely-at-random test and its
extension for testing the covariate-dependent missingness
Web resources from Stata and other users
(contacting http://www.stata.com)
1 package found (Stata Journal listed first)
--------------------------------------------
st0318 from http://www.stata-journal.com/software/sj13-4
SJ13-4 st0318. Little's chi-squared test for... / Little's chi-squared
test for MCAR or CDM / by Cheng Li, Northwestern University / Support:
[email protected] / After installation, type help mcartest
(click here to return to the previous screen)
(end of search)
Code:
st0318 from http://www.stata-journal.com/software/sj13-4
Code:
connection timed out -- see help r(2) for troubleshooting http://www.stata-journal.com/software/sj13-4/ either 1) is not a valid URL, or 2) could not be contacted, or 3) is not a Stata download site (has no stata.toc file). current site is still http://www.stata.com/ r(2); --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- (click here to return to the previous screen)
Could anyone advise on what I might be doing wrong or suggest an alternative way to install
Code:
mcartest
Thank you, Lucas Akio.

Comment