Home
last modified time | relevance | path

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

/dports/math/R-cran-quantreg/quantreg/man/
H A Drq.object.Rd90 parameters whose absolute value exceeds a threshold \code{edfThresh}. By
/dports/math/R-cran-quantreg/quantreg/R/
H A Dquantreg.R1008 if(!hasArg(edfThresh)) edfThresh <- 0.0001 functionVar
1009 attr(val,"df") <- sum(abs(object$coefficients) > edfThresh)
1024 if(!hasArg(edfThresh)) edfThresh <- 0.0001 functionVar
1025 attr(val,"df") <- apply(abs(object$coefficients) > edfThresh,2,sum)
/dports/math/R-cran-quantreg/quantreg/inst/
H A DChangeLog623 methods. Note that there is a edfThresh option for AIC to determine how to