extree_data: Copy the partykit::extree_data function from partykit to...

Description Usage Arguments Value

View source: R/LTRCIT.R

Description

extree_data imports partykit::extree_data function

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
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


LTRCtrees documentation built on Jan. 16, 2021, 5:09 p.m.