NEWS
dbstats 2.0.2 (2024-01-26)
- Adapted to requirements to avoid error 'The \usage entries for S3 methods
should use the \method markup and not their full name'.
dbstats 2.0.1 (2022-12-07)
- Added a reference in the help of the dblm, dbglm, ldblm and ldbglm functions
dbstats 2.0.0 (2022-08-07)
- Adapted to syntax requirements to avoid error 'length > 1 in coercion to logical'
dbstats 1.0.5 (2017-10-17)
- Corrected a minor error in the formulas for aic and bic in the dblm code.
dbstats 1.0.4 (2014-12-10)
- New summary format for ldbglm objects. Two new functions have been defined:
summary.ldbglm and print.summary.ldbglm
- The use of "offset" now is allowed as an additional parameter in dbglm
dbstats 1.0.3 (2013-11-21)
- Corrected maintainer's name format as instructed.
- Function as.D2 now only changes the type of the input object and
do not makes its squared version.
- The character "_" has been eliminated of the package. It has been
replaced by "." as is the case of:
- full_search -> full.search (dblm)
- user_h -> user.h (ldblm and ldbglm)
- scores_comps -> scores.comps (plot.dbplsr)
- h_opt -> h.opt (ldblm and ldbglm)
- ncomp_opt -> ncomp.opt (dbplsr)
- type_var -> type.var (predict.dblm, predict.ldblm, predict.dbglm,
predict.ldbglm, predict.dbplsr)
- type_glm -> type.glm (plot.dbglm)
- The name of the argument "method" in functions ldblm and ldbglm has been
changed by "method.h" when it refers to the bandwidth selection.
- The name of the argument "type" in predict.dbglm and predict.ldbglm
has been changed by "type.pred". The name the argument "type.glm" in plot.dblm
has been changed by "type.pred". In both cases the name has been changed
to unify the name of arguments refered to the same concept.
- The argument "method" in function dbglm now includes five options: "Eff.rank",
"rel.gvar", "AIC", "BIC" and "GCV" instead of two (eff.rank and rel.gvar).
As a consequence in plot.dbglm it is possible to choose "which = 6" as in
plot.dblm, to visualize the minimum achieved with the criterion specified in
"method".
- The summary command of function dbglm also prints the vale of the BIC and GCV
crteria of the final DB-GLM.
- The default value for "method" in function dbglm is now "GCV". The default
value for "full.search" in function dbglm is now "TRUE".
- The argument "range.eff.rank" has been added in function dbglm.
- The argument method.h of function ldbglm does not includes now the option
"OCV".
- The value of function dbglm now includes too: call, dev.resids, varmu,
bic.model and gcv.model.
- It has been applied when it has been necessary an estandarization of
variables taking into account the original weights.
- In the programming it has been changed:
- the name of "Llindar" by "threshold";
- the value 9999999 by Inf.
- Misprints have been modified in the help file and in the summary, print
and plot commands.
dbstats 1.0.2 (2012-05-18)
- The calls of functions dblm, ldblm, dbglm and ldbglm have been unified
by eliminating .formula, .dist, .D2, .Gram of its names. The information
related to the different usages is now indicated by the arguments.
- Misprints have been modified in the help file.
dbstats 1.0.1 (2011-06-30)