search for: adfbetas

Displaying 1 result from an estimated 1 matches for "adfbetas".

Did you mean: dfbetas
1999 Oct 21
1
left.solve
...h_as.vector((Q^2 %*% array(1, c(p, 1)))) h.res_(1 - h) z_e/h.res v1_e^2 z_t(Q * z) v.res_sum(v1) v1_(v.res - v1/h.res)/(n-p-1) dbeta_backsolve(R, z) si_sqrt(v1) xxi_diag(lms$cov.unscaled) bi_t(beta-dbeta) dfbetas_(t(coef(rslt)-t(bi)))/(si %o% xxi^.5) adfbetas_abs(dfbetas[,2]) p1_(99/18)*adfbetas*(adfbetas+1)^2+1 p1[adfbetas>2]_100 symbols(x, y, circles=sqrt(p1), inches=0.2*relsize, xlab=xlab, ylab=ylab, cex=cex) } title(main, cex=tcex) if (!ares) abline(rslt) if (id) identify(x, y, dimnames(df)[[1]]) rtn_list(x=x,y=y,rslt=...