tibble
object is defined in timeData
, fixedData
or Y$Y
.DynForest()
, compute_OOBerror()
, compute_VIMP()
, compute_gVIMP()
, var_depth()
, getTree()
, getTreeNodes()
are now depreciated and replaced by dynforest()
, compute_ooberror()
, compute_vimp()
, compute_gvimp()
, compute_vardepth()
, get_tree()
, get_treenodes()
, respectively.DynForest()
computation time function with survival outcomeconv_issue
return object for each tree providing information regarding convergence of the longitudinal dataprint()
for class DynForest
, DynForestVIMP
, DynForestgVIMP
and DynForestVarDepth
plot()
to replace plot_nodeCIF()
and plot_CIF()
Inputs
object in compute_VIMP()
and compute_gVIMP()
functions (thanks to ChenXinaha GitHub user)getTree()
function to extract split information from a tree specified by usergetTreeNodes()
function to extract nodes identifiers for a given treeplot_nodeCIF()
function to plot estimated CIF for given tree nodesplot()
to replace plot_mindepth()
, plot_VIMP()
and plot_gVIMP()
functionsDynForest
methodologyCurve
and Scalar
were replaced by Longitudinal
and Numeric
, respectivelycompute_VIMP()
and compute_gVIMP()
functionsAdd the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.