Skip to contents

Holds results from computing dose-specific treatment effects with a continuous treatment

Usage

dose_obj(
  dose,
  att.d = NULL,
  att.d_se = NULL,
  att.d_crit.val = NULL,
  att.d_inffunc = NULL,
  acrt.d = NULL,
  acrt.d_se = NULL,
  acrt.d_crit.val = NULL,
  acrt.d_inffunc = NULL,
  pte_params = NULL,
  call = NULL
)

Arguments

dose

vector containing the values of the dose used in estimation

att.d

estimates of ATT(d) for each value of dose

att.d_se

standard error of ATT(d) for each value of dose

att.d_crit.val

critical value to produce pointwise or uniform confidence interval for ATT(d)

att.d_inffunc

matrix containing the influence function from estimating ATT(d)

acrt.d

estimates of ACRT(d) for each value of dose

acrt.d_se

standard error of ACRT(d) for each value of dose

acrt.d_crit.val

critical value to produce pointwise or uniform confidence interval for ACRT(d)

acrt.d_inffunc

matrix containing the influence function from estimating ACRT(d)

pte_params

a pte_params object containing other parameters passed to the function

call

the original call to the function for computing causal effect parameters with a continuous treatment

Value

dose_obj