@@ -4,6 +4,7 @@ S3method("[",hmatrix)
44S3method(coef,FDboost)
55S3method(cvrisk,FDboost)
66S3method(cvrisk,FDboostLSS)
7+ S3method(factorize,FDboost)
78S3method(fitted,FDboost)
89S3method(getArgvals,hmatrix)
910S3method(getArgvalsLab,hmatrix)
@@ -18,6 +19,7 @@ S3method(plot,FDboost)
1819S3method(plot,bootstrapCI)
1920S3method(plot,validateFDboost)
2021S3method(predict,FDboost)
22+ S3method(predict,FDboost_fac)
2123S3method(print,FDboost)
2224S3method(print,bootstrapCI)
2325S3method(print,validateFDboost)
@@ -44,6 +46,7 @@ export(bsignal)
4446export(clr)
4547export(cvLong)
4648export(cvMa)
49+ export(factorize)
4750export(funMRD)
4851export(funMSE)
4952export(funRsquared)
@@ -69,10 +72,13 @@ export(subset_hmatrix)
6972export(truncateTime)
7073export(validateFDboost)
7174export(wide2long)
75+ exportClasses(FDboost_fac)
7276import(Matrix)
7377import(mboost)
7478import(methods)
7579importFrom(MASS,Null)
80+ importFrom(MASS,ginv)
81+ importFrom(Matrix,rankMatrix)
7682importFrom(gamboostLSS,GaussianLSS)
7783importFrom(gamboostLSS,GaussianMu)
7884importFrom(gamboostLSS,GaussianSigma)
@@ -91,6 +97,7 @@ importFrom(graphics,par)
9197importFrom(graphics,persp)
9298importFrom(graphics,plot)
9399importFrom(graphics,points)
100+ importFrom(methods,setOldClass)
94101importFrom(mgcv,gam)
95102importFrom(mgcv,s)
96103importFrom(parallel,mclapply)
0 commit comments