# Generated by roxygen2: do not edit by hand

S3method(as.data.frame,imugap_predict)
S3method(predict,imugap_fit)
S3method(subset,imugap_predict)
S3method(summary,imugap_predict)
export(canonicalize_locations)
export(canonicalize_observations)
export(canonicalize_populations)
export(canonicalize_target)
export(create_observation_populations)
export(create_target)
export(extract_imugap)
export(imugap_options)
export(sampling)
export(stan_options)
import(Rcpp)
import(methods)
importFrom(RcppParallel,RcppParallelLibs)
importFrom(data.table,
  ":=",
  .BY,
  .EACHI,
  .GRP,
  .I,
  .N,
  .NGRP,
  .SD,
  as.data.table,
  between,
  copy,
  data.table,
  setDT,
  setattr,
  setkey
)
importFrom(flexstanr,
  backend_draws_array,
  backend_extract,
  backend_generate_quantities,
  backend_has_draws,
  fit_model,
  stan_options
)
importFrom(rstan,sampling)
importFrom(rstantools,rstan_config)
importFrom(stats,quantile)
useDynLib(imuGAP, .registration = TRUE)
