stats-defunct             package:stats             R Documentation

_D_e_f_u_n_c_t _F_u_n_c_t_i_o_n_s _i_n _P_a_c_k_a_g_e _s_t_a_t_s

_D_e_s_c_r_i_p_t_i_o_n:

     The functions or variables listed here are no longer part of R as
     they are not needed (any more).

_U_s_a_g_e:

     dnchisq(.)
     pnchisq(.)
     qnchisq(.)
     rnchisq(.)
     print.anova.glm(.)
     print.anova.lm(.)
     reshapeWide(x, i, j, val, jnames = levels(j))
     reshapeLong(x,jvars,  ilev = row.names(x),
                 jlev = names(x)[jvars], iname = "reshape.i",
                 jname = "reshape.j", vname = "reshape.v")
     plot.mts(x, plot.type = c("multiple", "single"), panel = lines,
              log = "", col = par("col"),  bg = NA, pch = par("pch"),
              cex = par("cex"), lty = par("lty"), lwd = par("lwd"),
              ann = par("ann"),  xlab = "Time", type = "l", main=NULL,
              oma=c(6, 0, 5, 0), ...)
     print.coefmat(x, digits=max(3, getOption("digits") - 2),
                   signif.stars = getOption("show.signif.stars"),
                   dig.tst = max(1, min(5, digits - 1)),
                   cs.ind, tst.ind, zap.ind = integer(0),
                   P.values = NULL, has.Pvalue, eps.Pvalue = .Machine$double.eps,
                   na.print = "", ...)

     anovalist.lm(object, ..., test = NULL)
     lm.fit.null(x, y, method = "qr", tol = 1e-07, ...)
     lm.wfit.null(x, y, w, method = "qr", tol = 1e-07, ...)
     glm.fit.null(x, y, weights, start = NULL,
                  etastart = NULL, mustart = NULL, offset,
                  family = gaussian(), control = glm.control(),
                  intercept = FALSE)
     mauchley.test(object, Sigma = diag(nrow = p),
        T = Thin.row(proj(M) - proj(X)), M = diag(nrow = p), X = ~0,
        idata = data.frame(index = seq(length = p)), ...)

_D_e_t_a_i_l_s:

     The '*chisq()' functions now take an optional non-centrality
     argument, so the '*nchisq()' functions are no longer needed.

     'reshape*', which were experimental, are replaced by 'reshape'. 
     This has a different syntax and allows multiple time-varying
     variables.

     'plot.mts' has been removed, as 'plot.ts' now has the same
     functionality.

     'print.coefmat' was an older name for 'printCoefmat' with a
     different default for 'na.print'.

     'anovalist.lm' was replaced by 'anova.lmlist' in R 1.2.0.

     'lm.fit.null' and 'lm.wfit.null' are superseded by 'lm.fit' and
     'lm.wfit' which handle null models now. Similarly, 'glm.fit.null'
     is superseded by 'glm.fit'.

     'mauchley.test' was a misspelling of Mauchly's name, corrected by
     the introduction of 'mauchly.test'.

_S_e_e _A_l_s_o:

     'Defunct'

