htetree.anova {htetree}R Documentation

Intermediate function for causalTree

Description

Intermediate function for causalTree

Usage

htetree.anova(y, offset, wt)

Arguments

y

outcome variable

offset

this can be used to specify an a priori known component to be included in the linear predictor during fitting. This should be NULL or a numeric vector of length equal to the number of cases. One or more offset terms can be included in the formula instead or as well, and if more than one is specified their sum is used. See model.offset.

wt

optional weights

Value

No return value.


[Package htetree version 0.1.18 Index]