call_dashboard {RCTrep}R Documentation

Visualizing validation results according to four steps, namely, set-selection, estimation, diagnosis, and validation

Description

Visualizing validation results according to four steps, namely, set-selection, estimation, diagnosis, and validation

Usage

call_dashboard(source.obj = NULL, target.obj = NULL, source.obj.rep = NULL)

Arguments

source.obj

an instantiated object of class TEstimator. The estimates of conditional average treatment effects are compared to those from target.obj.

target.obj

an instantiated object of class TEstimator. The estimates of conditional average treatment effects are regarded as unbiased of truth.

source.obj.rep

an instantiated object of class SEstimator. The estimates of conditional average treatment effects are compared to those from target.obj.

Value

an interactive interface visualizing results of four steps


[Package RCTrep version 1.2.0 Index]