inst/doc/overview.R

## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  eval = FALSE
)

## ----eval = FALSE, echo = TRUE------------------------------------------------
#  dynforest(timeData = NULL, fixedData = NULL, idVar = NULL,
#            timeVar = NULL, timeVarModel = NULL, Y = NULL,
#            ntree = 200, mtry = NULL, nodesize = 1, minsplit = 2, cause = 1,
#            nsplit_option = "quantile", ncores = NULL,
#            seed = 1234, verbose = TRUE)

## ----eval = FALSE, echo = TRUE------------------------------------------------
#  predict(object, timeData = NULL, fixedData = NULL,
#          idVar, timeVar, t0 = NULL)

Try the DynForest package in your browser

Any scripts or data that you put into this service are public.

DynForest documentation built on Oct. 23, 2024, 5:06 p.m.