Home
last modified time | relevance | path

Searched refs:termlabs (Results 1 – 3 of 3) sorted by relevance

/dports/math/R-cran-memisc/memisc/R/
H A Dformula2names.R8 termlabs <- attr(tm,"term.labels") functionVar
11 if(!all(termlabs%in%o.termlabs)){
12 sdf <- setdiff(termlabs,o.termlabs)
15 termlabs <- intersect(termlabs,o.termlabs)
17 names <- lapply(termlabs,tl2coefs,xlevels=xlevels)
29 termlabs <- attr(tm,"term.labels") functionVar
32 if(!all(termlabs%in%o.termlabs)){
33 sdf <- setdiff(termlabs,o.termlabs)
36 termlabs <- intersect(termlabs,o.termlabs)
38 return(termlabs)
/dports/math/R/R-4.1.2/src/library/stats/src/
H A Dmodel.c2044 SEXP termlabs = PROTECT(allocVector(STRSXP, nterm)); in termsform() local
2075 SET_STRING_ELT(termlabs, n, mkChar(cbuf)); in termsform()
2083 Rprintf(".. finished step 5: term.labels: "); printVector(termlabs, 1, /* quote */ 1); in termsform()
2089 SET_VECTOR_ELT(v, 1, termlabs); in termsform()
2093 SETCAR(a, termlabs); in termsform()
/dports/math/libRmath/R-4.1.1/src/library/stats/src/
H A Dmodel.c2044 SEXP termlabs = PROTECT(allocVector(STRSXP, nterm)); in termsform() local
2075 SET_STRING_ELT(termlabs, n, mkChar(cbuf)); in termsform()
2083 Rprintf(".. finished step 5: term.labels: "); printVector(termlabs, 1, /* quote */ 1); in termsform()
2089 SET_VECTOR_ELT(v, 1, termlabs); in termsform()
2093 SETCAR(a, termlabs); in termsform()