I am trying to install a Chi-Squared Goodness of Fit package into Stata 15.1 but each time I try to install it I receive an error message (see below) this happens even with the . When I try to uninstall the package is not found.
I am not sure how to remove that package or how to install a package so that I can run the chi-square goodness of fit, or uninstall a package that doesn't exist.
Code:
ssc install csgof checking csgof consistency and verifying not already installed... installing into c:\ado\plus\... file c:\ado\plus\next.trk already exists
Code:
ssc uninstall csgof package not found
Comment