Nothing
predict.rhf <- function(object,
newdata,
get.tree = NULL,
block.size = 10,
membership = TRUE,
seed = NULL,
do.trace = FALSE,
...)
{
predict.rhf.workhorse(object,
newdata,
get.tree = get.tree,
block.size = block.size,
membership = membership,
seed = seed,
do.trace = do.trace, ...)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.