extree_data {LTRCtrees} | R Documentation |
Copy the partykit::extree_data function from partykit to avoid dependency issue
Description
extree_data
imports partykit::extree_data function
Usage
extree_data(
formula,
data,
subset,
na.action = stats::na.pass,
weights,
offset,
cluster,
strata,
scores = NULL,
yx = c("none", "matrix"),
ytype = c("vector", "data.frame", "matrix"),
nmax = c(yx = Inf, z = Inf),
...
)
Arguments
formula |
Same as the one in extree_data, check extree_data for usage |
data |
Same as the one in extree_data, check extree_data for usage |
subset |
Same as the one in extree_data, check extree_data for usage |
na.action |
Same as the one in extree_data, check extree_data for usage |
weights |
Same as the one in extree_data, check extree_data for usage |
offset |
Same as the one in extree_data, check extree_data for usage |
cluster |
Same as the one in extree_data, check extree_data for usage |
strata |
Same as the one in extree_data, check extree_data for usage |
scores |
Same as the one in extree_data, check extree_data for usage |
yx |
Same as the one in extree_data, check extree_data for usage |
ytype |
Same as the one in extree_data, check extree_data for usage |
nmax |
Same as the one in extree_data, check extree_data for usage |
... |
Same as the one in extree_data, check extree_data for usage |
Value
check extree_data for the return value