Posting as answer simply due to length:
m2$qr
$D
[1] 1.000000e+06 1.001150e+06 9.993772e+05
$rbar
[1] -8.581350e-04 -8.116662e-04 -1.225233e-03
$thetab
[1] 7.863159e-04 -4.276900e-04 -1.552812e-03 # these are the coefficients
Rgames: m1$coefficients
(Intercept) x1 x2
7.846869e-04 -4.295926e-04 -1.552812e-03
So, yes, the coefficients are slightly different. For example, the intercepts differ by 0.2% . Whether this sort of difference has any effect on the quality of your fitted line depends rather a lot on what you intend to do with your fit. Integration? guaranteed no problem. Extrapolation? always risky, but not because the slopes differ by 0.5% .
I would strongly recommend that at the very least you run some test cases which fit, say
f(x) = g(x) +runif(N) ; h(x)= g(x) +runif(N) #runif will return different sets of RVs
,and see if lm and biglm return significantly different coefficients from the original g(x) values.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…