Provides statistical procedures for linear regression in the general context where the errors are assumed to be correlated. Different ways to estimate the asymptotic covariance matrix of the least squares estimators are available.
Provides statistical procedures for linear regression in the general context where the errors are assumed to be correlated. Different ways to estimate the asymptotic covariance matrix of the least squares estimators are available.
To install R-slm, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install R-slm
To see what files were installed by R-slm, run:
port contents R-slm
To later upgrade R-slm, run:
sudo port selfupdate && sudo port upgrade R-slm
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.