mvtb.covex
now estimates the covariance explained matrix, it is not estimated by default- Arguments in
mvtb
correspond directly togbm
- Tests are more flexible, maintainable, have improved coverage
- Documentation for several functions has been simplified
mvtb.fit
is now exported- Any
distribution
can be any supported bymvtb
, but covariance explained can only be estimated whendistribution=gaussian
- Added
mvtb.covex
that directly returns the covariance explained matrix. mvtb.plot
gainsreturn.grid
argument to return gbm grid that is used for plotting- Documentation of functions improved, using more
\code{}
statements, among other things - Tests for summary functions improved
- Revised package vignettes
- corrected order of variable names for 'age', 'educ' and 'income' in wellbeing data
mvtb.heat
gains adec
argument to specify the number of digits after the decimal to plot- example in
?mvtboost
has been updated to produce a cleaner plot
- Added wellbeing data and vignette
- Improved documentation for
mvtb
, and other functions mvtb.summary
gains acovex
argument if covex is not wantedpredict
now drops unnecessary dimensionscluster.covex
becomesmvtb.cluster
, a more generic way to cluster any table. obtains a 'plot' argument, a call tomvtb.heat
heat.covex
becomesmvtb.heat
, a generic way to heatmap any table (e.g. covex or relative influence). Has better plotting defaults to allow room for y-axis labels. GetscexRow
,cexCol
arguments, with sensible defaults. Clustering can also be turned off by settingclust.method=NULL
.mvtb.perspec
plots variable names by default, getsylab, xlab, zlab
arguments- fixed weighting influence bug in
mvtb
- Corrected biased estimates for covex. Required a small correction factor: 1+(1-shrinkage)
- Added tests to verify correctness of this estimate
- Added vignette
- First stable release.