The R Project SVN R

Rev

Rev 61965 | Rev 68948 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 61965 Rev 62172
Line 48... Line 48...
48
         oma = c(6, 0, 5, 0), \dots)
48
         oma = c(6, 0, 5, 0), \dots)
49
print.coefmat(x, digits = max(3, getOption("digits") - 2),
49
print.coefmat(x, digits = max(3, getOption("digits") - 2),
50
              signif.stars = getOption("show.signif.stars"),
50
              signif.stars = getOption("show.signif.stars"),
51
              dig.tst = max(1, min(5, digits - 1)),
51
              dig.tst = max(1, min(5, digits - 1)),
52
              cs.ind, tst.ind, zap.ind = integer(0),
52
              cs.ind, tst.ind, zap.ind = integer(0),
-
 
53
              P.values = NULL, has.Pvalue,
53
              P.values = NULL, has.Pvalue, eps.Pvalue = .Machine$double.eps,
54
              eps.Pvalue = .Machine$double.eps,
54
              na.print = "", \dots)
55
              na.print = "", \dots)
55
anovalist.lm(object, \dots, test = NULL)
56
anovalist.lm(object, \dots, test = NULL)
56
lm.fit.null(x, y, method = "qr", tol = 1e-07, \dots)
57
lm.fit.null(x, y, method = "qr", tol = 1e-07, \dots)
57
lm.wfit.null(x, y, w, method = "qr", tol = 1e-07, \dots)
58
lm.wfit.null(x, y, w, method = "qr", tol = 1e-07, \dots)
58
glm.fit.null(x, y, weights, start = NULL,
59
glm.fit.null(x, y, weights, start = NULL,