Function to calculate the theoretical true (unadjusted) standard error of the ATE estimate for a given d_m and model, in effect size units.
calc_SE(
  d_m,
  J,
  K,
  nbar,
  Tbar,
  R2.1,
  R2.2,
  R2.3,
  ICC.2,
  ICC.3,
  omega.2,
  omega.3
)vector; the standard error of the effect size estimate
a single RCT d_m (see list/naming convention).
scalar; the number of schools
scalar; the number of districts
scalar; the harmonic mean of the number of units per school
scalar; the proportion of samples that are assigned to the treatment
scalar, or vector of length M; percent of variation explained by Level 1 covariates for each outcome
scalar, or vector of length M; percent of variation explained by Level 2 covariates for each outcome
scalar, or vector of length M; percent of variation explained by Level 3 covariates for each outcome
scalar, or vector of length M; school intraclass correlation
scalar, or vector of length M; district intraclass correlation
scalar, or vector of length M; ratio of school effect size variability to random effects variability
scalar, or vector of length M; ratio of district effect size variability to random effects variability