Implements a Bayesian-like approach to the high-dimensional sparse linear regression problem based on an empirical or data-dependent prior distribution, which can be used for estimation/inference on the model parameters, variable selection and prediction of a future response.
Implements a Bayesian-like approach to the high-dimensional sparse linear regression problem based on an empirical or data-dependent prior distribution, which can be used for estimation/inference on the model parameters, variable selection and prediction of a future response.
To install R-ebreg, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install R-ebreg
To see what files were installed by R-ebreg, run:
port contents R-ebreg
To later upgrade R-ebreg, run:
sudo port selfupdate && sudo port upgrade R-ebreg
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.