Displaying 2 results from an estimated 2 matches for "rglm".
Did you mean:
glm
1997 Oct 28
1
R-beta: Assigning column names in a data frame
You may recall that I was recently constructing a function to
bootstrap the coefficients in a linear regression model. In S-PLUS I
was using the model.matrix function applied to the fitted model, then
taking the QR decomposition of that. I discovered that it was in fact
easier to accomplish the bootstrapping in R because the QR
decomposition of the model matrix is stored with the fitted model.
2003 Nov 30
2
R as OS X Framework
After the recent discussion about future direction of the Mac OS X
port, I was toying with the idea to make R a proper Mac OS X framework.
There are several advantages: OS X locates frameworks automatically,
therefore any program wishing to link against R has only to specify
"-framework R" at link time. Furthermore versioning is supported, i.e.
if a program is linked against R 1.7.1