-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
20 lines (20 loc) · 811 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
export(expandX, overlapMatrix, incidenceMatrix, grpregOverlap, cv.grpregOverlap, select)
export(cv.grpsurvOverlap)
S3method(summary, cv.grpregOverlap)
S3method(print, summary.cv.grpregOverlap)
S3method(select, grpregOverlap)
importFrom(graphics, plot)
S3method(plot, grpregOverlap)
importFrom(stats, predict)
importFrom("grDevices", "hcl")
importFrom("graphics", "abline", "arrows", "axis", "legend", "mtext", "par", "plot.default", "points")
importFrom("stats", "AIC", "BIC", "approx", "binom.test", "formula","glm", "relevel", "residuals", "sd", "smooth.spline")
importFrom("utils", "str")
S3method(predict, grpregOverlap)
S3method(predict, cv.grpregOverlap)
S3method(predict, grpsurvOverlap)
importFrom(stats, coef)
S3method(coef, grpregOverlap)
S3method(coef, cv.grpregOverlap)
import(Matrix)
import(grpreg)