dataHolder,dataHolder-method {causalOT}R Documentation

dataHolder-methods

Description

dataHolder-methods

dataHolder-methods

dataHolder-methods

dataHolder-methods

Usage

## S4 method for signature 'dataHolder'
dataHolder(x, z = NA_integer_, y = NA_real_)

## S4 method for signature 'matrix'
dataHolder(x, z, y = NA_real_, weights = NA_real_)

dataHolder.DataSim(x, z, y = NA_real_, weights = NA_real_)

## S4 method for signature 'ANY'
dataHolder(x, z = NA_integer_, y = NA_real_, weights = NA_real_)

## S3 method for class 'dataHolder'
terms(x, ...)

Arguments

x

dataHolder object constructed from a formula

...

Not used at this time

Value

a list with the formula terms for treatment and, if present, outcome formulae.


[Package causalOT version 1.0.2 Index]