R/coef.biglm.R

"coef.biglm" <-
function(object,...){
    if (!object$qr$checked)
       object$qr<-singcheck.bigqr(object$qr)
    rval<-coef(object$qr)
    rval[object$qr$D==0]<-NA
    names(rval)<-object$names
    rval
}

Try the biglm package in your browser

Any scripts or data that you put into this service are public.

biglm documentation built on Nov. 27, 2020, 5:08 p.m.