These functions are internal functions that are exported only so other packages can use them to avoid the ::: scope operator. Users are strongly encouraged not to use them directly or modify them.
The documentation is minimal to discourage people from further using them.
cv.folds(n, folds = 3L)
h.est(Dist,sym=TRUE,thresh)
extract.a(form,env)
extract.xg(form,env)
extract.g(form,env)
inter.predict(y,W,x=NULL,bet=NULL,pow,fhat=FALSE)
a number greater than folds.
the number of folds.
a distance matrix.
remove symmetric matrix component below diagonal.
an internal thresh-hold parameter.
a formula
.
an environment
.
a response for interpolation.
a matrix.
corresponding feature data.
a default coefficient vector.
the power of the interpolant function. Should be ignored.
whether or not to compute the sum of the linear term and the graph term.