Functions to take samples of data, sample size estimation and getting useful estimators such as total, mean, proportion about its population using simple random sampling and stratified sampling.
Functions to take samples of data, sample size estimation and getting useful estimators such as total, mean, proportion about its population using simple random sampling and stratified sampling.
To install R-samplingR, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install R-samplingR
To see what files were installed by R-samplingR, run:
port contents R-samplingR
To later upgrade R-samplingR, run:
sudo port selfupdate && sudo port upgrade R-samplingR
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.