Revision 402b10ebd4a5fac54779c103549e34599f05e972 authored by Magnus M. Münch on 30 July 2018, 12:10:03 UTC, committed by cran-robot on 30 July 2018, 12:10:03 UTC
0 parent
Raw File
NAMESPACE
importFrom(Rcpp, evalCpp)
importFrom(glmnet, glmnet, cv.glmnet, predict.glmnet)
importFrom(Iso, pava)
importFrom(pROC, auc)
importFrom("stats", "as.formula", "coef", "dnorm", "model.matrix",
             "optim", "pnorm", "predict", "qnorm", "rnorm", "runif",
             "sd", "uniroot")

useDynLib(gren, .registration=TRUE)

S3method(predict, "gren")
S3method(coef, "gren")

export(cv.gren)
export(denet)
export(gren)
export(renet)
back to top