# Generated by roxygen2: do not edit by hand

S3method(as.data.frame,sim_cv_curve)
S3method(as.data.frame,sim_cv_estimate)
S3method(as_bootstrap_design,DBIsvydesign)
S3method(as_bootstrap_design,survey.design)
S3method(as_fays_gen_rep_design,DBIsvydesign)
S3method(as_fays_gen_rep_design,survey.design)
S3method(as_fays_gen_rep_design,twophase2)
S3method(as_gen_boot_design,DBIsvydesign)
S3method(as_gen_boot_design,survey.design)
S3method(as_gen_boot_design,twophase2)
S3method(as_random_group_jackknife_design,DBIsvydesign)
S3method(as_random_group_jackknife_design,survey.design)
S3method(as_sdr_design,DBIsvydesign)
S3method(as_sdr_design,survey.design)
S3method(compress_design,DBIsvydesign)
S3method(compress_design,survey.design)
S3method(get_design_quad_form,survey.design)
S3method(get_design_quad_form,twophase2)
S3method(plot,sim_cv_curve)
S3method(print,sim_cv_curve)
S3method(print,sim_cv_estimate)
S3method(redistribute_weights,DBIrepdesign)
S3method(redistribute_weights,svyrep.design)
S3method(rescale_replicates,matrix)
S3method(rescale_replicates,svyrep.design)
S3method(summary,sim_cv_curve)
S3method(summary,sim_cv_estimate)
export(add_inactive_replicates)
export(as_bootstrap_design)
export(as_data_frame_with_weights)
export(as_fays_gen_rep_design)
export(as_gen_boot_design)
export(as_random_group_jackknife_design)
export(as_sdr_design)
export(calibrate_to_estimate)
export(calibrate_to_sample)
export(estimate_boot_reps_for_target_cv)
export(estimate_boot_sim_cv)
export(get_design_quad_form)
export(get_nearest_psd_matrix)
export(get_rep_scale_coefs)
export(get_rep_type)
export(is_psd_matrix)
export(make_doubled_half_bootstrap_weights)
export(make_fays_gen_rep_factors)
export(make_gen_boot_factors)
export(make_kernel_var_matrix)
export(make_quad_form_matrix)
export(make_rwyb_bootstrap_weights)
export(make_sdr_replicate_factors)
export(make_twophase_quad_form)
export(redistribute_weights)
export(rescale_replicates)
export(shuffle_replicates)
export(stack_replicate_designs)
export(subsample_replicates)
export(summarize_rep_weights)
export(svyby_repwts)
importFrom(DBI,dbGetQuery)
importFrom(DBI,dbIsValid)
importFrom(Matrix,diag)
importFrom(Matrix,isSymmetric)
importFrom(Matrix,rowSums)
importFrom(Matrix,t)
importFrom(methods,as)
importFrom(methods,is)
importFrom(rlang,.data)
importFrom(rlang,check_installed)
importFrom(sampling,UPmaxentropy)
importFrom(sampling,UPpoisson)
importFrom(sampling,inclusionprobabilities)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,na.pass)
importFrom(stats,reformulate)
importFrom(stats,setNames)
importFrom(stats,terms)
importFrom(stats,weights)
importFrom(survey,as.svrepdesign)
importFrom(survey,compressWeights)
importFrom(survey,degf)
importFrom(survey,svrepdesign)
importFrom(utils,packageVersion)
