Skip to content
Prev 343557 / 398506 Next

Question regarding the discrepancy between count model parameter estimates between "pscl" and "MASS"

On Aug 29, 2014, at 9:46 AM, Nick Livingston wrote:

            
Apparently understanding that R-forge is not CRAN.  If the package has any compiled code, then you need to have the proper tools installed. See the R-Mac-FAQ if those are needed. I generally download the source file and install from disk. 

install.packages("~/countreg_0.1-1.tar.gz", repo=NULL, type="source")

(That reported success on a SL Mac R 3.1.0 machine. And there did not appear to be any compiled code so the Mac "tool chain" was not needed. The other way to check for that possibility is to look at the DESCRIPTION file.)