get_ci {causaldrf} | R Documentation |
This function takes a matrix containing the bootstrapped coefficients from a parametric ADRF estimator and returns upper and lower 95 percent confidence lines.
get_ci(grid_val,
coef_mat,
degree)
grid_val |
is the vector of grid values on |
coef_mat |
contains the bootstrapped parameter estimates. |
degree |
is 1 for linear and 2 for quadratic outcome model |
get_ci
returns upper and lower 95 percent confidence lines.