Displaying 2 results from an estimated 2 matches for "nullrss".
Did you mean:
nullfs
2010 Dec 26
1
Calculation of BIC done by leaps-package
...*log(vr)+i*log(n1+ll$intercept))
with:
## number of observations - Intercept:
n1<-ll$nn-ll$intercept
## fraction of sum of squared residulas model i
## and sum of squared residuals null model, I
## just can't understand why the vector ll$ress
## is subscripted double
vr<-ll$ress[i,j]/ll$nullrss
## maximum number of variables
i
^^ This seems to match the calculation done by extractAIC but it doesn't!
Maybe anyone can tell me about the reason of the variation of the
BIC-values?
Best regards,
Jan Henckens
### Minimal Example:
require(leaps)
bridge <-
read.table("http://ww...
2009 Apr 20
1
R-Squared with biglm?
I've been working with a rather large data set (~10M rows), and while biglm works beautifully for generating coefficients, it does not report an r-squared. It does report RSS. Any idea on how one could coax an R-squared out of biglm?
Thanks in advance for any help with this!
Bryan Lim
Lecturer
Department of Finance
University of Melbourne
[[alternative HTML version deleted]]