Selects significant non-additive interaction between two variables using fast GLM implementation
This package implements a simplified version of least squares and logistic regression for efficiently selecting the significant non-additive interactions between two variables.
This package implements a simplified version of least squares and logistic regression for efficiently selecting the significant non-additive interactions between two variables.
To install R-ezglm, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install R-ezglm
To see what files were installed by R-ezglm, run:
port contents R-ezglm
To later upgrade R-ezglm, run:
sudo port selfupdate && sudo port upgrade R-ezglm
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.