Skip to content

Stata utility which checks whether data are already sorted before sorting. Stata also checks this but it needs more time.

License

Notifications You must be signed in to change notification settings

felixholub/sortcheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

SORTCHECK

This is a simple program which checks whether data are already sorted as wished. Only if not, Stata is asked to sort. Stata also makes such a check but it takes longer.

Installation

In Stata, simply run

cap ado uninstall sortcheck
net install sortcheck, from(https://github.com/felixholub/sortcheck/raw/master/src/)

About

Stata utility which checks whether data are already sorted before sorting. Stata also checks this but it needs more time.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published