# Generated by roxygen2: do not edit by hand

S3method(plot,maihda_model)
S3method(print,maihda_model)
S3method(print,maihda_strata)
S3method(print,maihda_summary)
S3method(print,pvc_result)
S3method(summary,maihda_model)
export(calculate_pvc)
export(compare_maihda)
export(compute_maihda_ternary_data)
export(fit_maihda)
export(maihda_ternary_plot)
export(make_strata)
export(plot_comparison)
export(plot_maihda_ternary)
export(plot_prediction_deviation_panels)
export(predict_maihda)
export(run_maihda_app)
export(stepwise_pcv)
import(dplyr)
import(ggplot2)
import(ggrepel)
import(patchwork)
import(tidyr)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_rows)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(dplyr,where)
importFrom(lme4,VarCorr)
importFrom(lme4,fixef)
importFrom(lme4,glmer)
importFrom(lme4,lmer)
importFrom(lme4,ranef)
importFrom(reformulas,findbars)
importFrom(reformulas,nobars)
importFrom(rlang,.data)
importFrom(rlang,check_installed)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,confint)
importFrom(stats,fitted)
importFrom(stats,formula)
importFrom(stats,gaussian)
importFrom(stats,model.frame)
importFrom(stats,na.omit)
importFrom(stats,poisson)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,residuals)
importFrom(stats,setNames)
importFrom(stats,vcov)
importFrom(tidyr,unite)
importFrom(utils,head)
