R/get_pred_bounds.R

Defines functions get_pred_bounds

get_pred_bounds <- function(y0_star, crit_val, se_y0_star, bound = 0) {
  y0_star + bound * crit_val * se_y0_star
}

Try the codaredistlm package in your browser

Any scripts or data that you put into this service are public.

codaredistlm documentation built on Dec. 23, 2022, 1:29 a.m.