Home
last modified time | relevance | path

Searched refs:smartpredenv (Results 1 – 8 of 8) sorted by relevance

/dports/math/R-cran-VGAM/VGAM/R/
H A Dsmart.R25 smartpredenv <- new.env() globalVar
30 if (exists(".smart.prediction", envir = smartpredenv)) {
31 get(".smart.prediction.mode", envir = smartpredenv)
73 rm(".smart.prediction", envir = smartpredenv)
77 rm(".smart.prediction.mode", envir = smartpredenv)
78 if (exists(".max.smart", envir = smartpredenv))
79 rm(".max.smart", envir = smartpredenv)
87 max.smart <- get(".max.smart", envir = smartpredenv)
104 max.smart <- get(".max.smart", envir = smartpredenv)
119 envir = smartpredenv)
[all …]
/dports/math/R-cran-VGAM/VGAM/man/
H A Dput.smart.Rd7 \code{smartpredenv}.
26 \code{smartpredenv}
31 \code{smartpredenv}
35 \code{smartpredenv}
H A Dget.smart.Rd6 \code{smartpredenv}.
15 \code{smartpredenv},
24 \code{smartpredenv}
26 \code{smartpredenv}.
H A Dget.smart.prediction.Rd6 \code{smartpredenv}.
13 \code{smartpredenv}.
22 \code{smartpredenv}.
H A Dsetup.smart.Rd48 \code{smartpredenv}
52 \code{smartpredenv}
56 \code{smartpredenv}
59 \code{smartpredenv} too.
H A Dsmartpred.Rd98 They are created in a new environment called \code{smartpredenv}.
103 be left in \code{smartpredenv}. At the beginning of model fitting,
104 these variables are deleted if present in \code{smartpredenv}.
169 % variables was the workspace. The present use of \code{smartpredenv}
H A Dwrapup.smart.Rd17 these variables are held in \code{smartpredenv}.
/dports/math/R-cran-VGAM/VGAM/
H A DNEWS1506 Calls to smartpredenv are now VGAM:::smartpredenv.
2075 o Any non-smart-prediction use of smartpredenv has been changed