# Generated by roxygen2: do not edit by hand

S3method(plot,PSRWE_DTA)
S3method(plot,PSRWE_DTA_MAT)
S3method(plot,PSRWE_RST)
S3method(print,PSRWE_BOR)
S3method(print,PSRWE_DTA)
S3method(print,PSRWE_DTA_MAT)
S3method(print,PSRWE_RST)
S3method(print,PSRWE_RST_OUTANA)
S3method(summary,PSRWE_DTA)
S3method(summary,PSRWE_DTA_MAT)
S3method(summary,PSRWE_RST)
S3method(summary,PSRWE_RST_OUTANA)
export(get_distance)
export(psrwe_borrow)
export(psrwe_ci)
export(psrwe_compl)
export(psrwe_est)
export(psrwe_infer)
export(psrwe_match)
export(psrwe_outana)
export(psrwe_powerp)
export(psrwe_powerp_watt)
export(psrwe_survkm)
export(psrwe_survlrk)
export(psrwe_survrmst)
export(rwe_cl)
export(rwe_cut)
export(rwe_km)
export(rwe_lrk)
export(rwe_rmst)
export(rwe_stan)
import(Rcpp)
import(ggplot2)
import(methods)
import(rstantools)
importFrom(cowplot,plot_grid)
importFrom(dplyr,
  "%>%",
  across,
  all_of,
  arrange,
  count,
  distinct,
  filter,
  group_by,
  group_by_,
  if_else,
  left_join,
  mutate,
  mutate_if,
  n,
  rename,
  select,
  summarize,
  ungroup
)
importFrom(grDevices,colors)
importFrom(graphics,
  axis,
  box,
  legend,
  lines,
  par,
  plot,
  points,
  text
)
importFrom(parallel,detectCores)
importFrom(randomForest,randomForest)
importFrom(rstan,
  extract,
  rstan_options,
  sampling,
  stan_rhat,
  stanc,
  traceplot
)
importFrom(stats,
  approxfun,
  as.formula,
  binomial,
  cov,
  density,
  ecdf,
  glm,
  integrate,
  ks.test,
  optim,
  pnorm,
  predict,
  qnorm,
  quantile,
  rbeta,
  rnorm,
  sd,
  var
)
importFrom(survival,
  Surv,
  survfit
)
useDynLib(psrwe, .registration = TRUE)
