Home
last modified time | relevance | path

Searched refs:coefnames (Results 1 – 17 of 17) sorted by relevance

/dports/math/R-cran-memisc/memisc/R/
H A Dyz-getSummary-ordinal.R12 coefnames <- names(smry$beta) functionVar
14 threshnames <- setdiff(parnames,coefnames)
31 coef <- prmtable[coefnames,,,drop=FALSE]
102 coefnames <- names(smry$beta) functionVar
104 threshnames <- setdiff(parnames,coefnames)
121 coef <- prmtable[coefnames,,,drop=FALSE]
H A Dmtable.R107 prettyNames <- function(coefnames, argument
114 termorders <- sapply(strsplit(coefnames,":",fixed=TRUE),length)
115 ordergroups <- split(coefnames,termorders)
/dports/science/R-cran-Epi/Epi/R/
H A Dftrend.R14 coefnames <- paste(xname, xlevels, sep="") functionVar
17 if (!all(coefnames %in% names(coef(object)))) {
21 index1 <- match(coefnames, names(coef(object)))
/dports/finance/R-cran-plm/plm/R/
H A Dest_plm.list.R137 coefnames <- lapply(XB, colnames) functionVar
163 coefnames <- lapply(X, colnames)
172 m$coefnames <- coefnames
190 L <- length(object$coefnames)
191 Ks <- c(0, cumsum(sapply(object$coefnames, length)))
/dports/devel/R-cran-caret/caret/R/
H A DvarImp.R245 …rownames(imp) <- if(!is.null(object$coefnames)) object$coefnames else paste("X", 1:object$n[1], s…
H A Dicr.R77 res$coefnames <- colnames(x)
H A DpcaNNet.R104 res$coefnames <- colnames(x)
H A DavNNet.R96 res$coefnames <- colnames(x)
H A Dtrain.default.R959 res$coefnames <- colnames(x)
H A DselectByFilter.R330 res$coefnames <- colnames(x)
H A Drfe.R346 res$coefnames <- colnames(x)
/dports/math/R-cran-car/car/R/
H A DS.R522 rownames(tab) <- x$coefnames
/dports/textproc/R-cran-R2HTML/R2HTML/R/
H A DHTMLcore.R2859 if (length(x$coefnames))
2860 …HTML(paste("<p>inputs:", x$coefnames, "\noutput(s):", deparse(formula(x)[[2]]), "\n</p>"),file=fil…
/dports/science/R-cran-epicalc/epicalc/R/
H A Depicalc.R5236 rownames(x4) <- c("",s$coefnames)
/dports/editors/emacs-devel/emacs-4d1968b/lisp/
H A DChangeLog.111871 (calc-curve-model, calc-curve-coefnames): New variables.
1873 varnames, model and coefnames by declared variables.
/dports/editors/emacs/emacs-27.2/lisp/
H A DChangeLog.111871 (calc-curve-model, calc-curve-coefnames): New variables.
1873 varnames, model and coefnames by declared variables.
/dports/editors/emacs-devel/emacs-4d1968b/
H A DChangeLog.357672 * lisp/calc/calc-nlfit.el (calc-curve-varnames, calc-curve-coefnames):