# Generated by roxygen2: do not edit by hand

S3method(bain,default)
S3method(bain,htest)
S3method(bain,lavaan)
S3method(bain,lm)
S3method(bain,t_test)
S3method(coef,t_test)
S3method(get_estimates,htest)
S3method(get_estimates,lavaan)
S3method(get_estimates,lm)
S3method(get_estimates,matrix)
S3method(get_estimates,t_test)
S3method(pbf,default)
S3method(pbf,numeric)
S3method(print,Bain)
S3method(print,bain)
S3method(print,bain_sensitivity)
S3method(print,model_estimates)
S3method(print,seBeta)
S3method(summary,bain)
S3method(summary,bain_sensitivity)
S3method(t_test,default)
S3method(t_test,formula)
S3method(vcov,t_test)
export(bain)
export(bain_sensitivity)
export(get_estimates)
export(pbf)
export(seBeta)
export(t_test)
importFrom(lavaan,
  lavInspect,
  parTable,
  parametertable,
  standardizedsolution
)
importFrom(stats,
  as.formula,
  coef,
  complete.cases,
  cov,
  lm,
  model.frame,
  model.matrix,
  pt,
  qnorm,
  qt,
  sd,
  setNames,
  summary.lm,
  terms,
  var,
  vcov
)
importFrom(utils,
  combn,
  getFromNamespace,
  tail
)
useDynLib(bain, .registration = TRUE)
