print.cfx: Prints a CausalFX Problem Instance

Description Usage Arguments Details

View source: R/causal_class.R

Description

Prints some of the information regarding a cfx object.

Usage

1
2
## S3 method for class 'cfx'
print(x, ...)

Arguments

x

a cfx object.

...

other parameters, ignored.

Details

The information that is displayed includes the identifiers of the treatment and outcome variables, the names of all variables and, if a theoretical causal graph is part of the object specification, its causal structured described in terms of the parent ids for each variable.


CausalFX documentation built on May 2, 2019, 5:39 a.m.

Related to print.cfx in CausalFX...