# Generated by roxygen2: do not edit by hand

S3method(as.data.frame,lfq_data)
S3method(as_lfq_data,data.frame)
S3method(as_lfq_data,lfq_data)
S3method(autoplot,lfq_fit)
S3method(autoplot,lfq_forecast)
S3method(coef,lfq_fit)
S3method(forecast,lfq_fit)
S3method(logLik,lfq_fit)
S3method(nobs,lfq_fit)
S3method(print,lfq_backtest)
S3method(print,lfq_data)
S3method(print,lfq_fit)
S3method(print,lfq_forecast)
S3method(summary,lfq_fit)
S3method(vcov,lfq_fit)
export(as_lfq_data)
export(augment.lfq_fit)
export(autoplot)
export(backtest)
export(collapse_lineages)
export(compare_models)
export(filter_sparse)
export(fit_model)
export(forecast)
export(glance.lfq_fit)
export(growth_advantage)
export(is_lfq_data)
export(lfq_advantage)
export(lfq_data)
export(lfq_engines)
export(lfq_fit)
export(lfq_forecast)
export(lfq_score)
export(lfq_stan_available)
export(lfq_summary)
export(lfq_version)
export(plot_backtest)
export(read_lineage_counts)
export(register_engine)
export(score_forecasts)
export(sequencing_power)
export(simulate_dynamics)
export(summarize_emerging)
export(tidy.lfq_fit)
export(unregister_engine)
importFrom(ggplot2,autoplot)
importFrom(rlang,"%||%")
importFrom(rlang,.data)
importFrom(stats,AIC)
importFrom(stats,binomial)
importFrom(stats,coef)
importFrom(stats,confint)
importFrom(stats,dmultinom)
importFrom(stats,dnorm)
importFrom(stats,glm)
importFrom(stats,logLik)
importFrom(stats,median)
importFrom(stats,nobs)
importFrom(stats,optim)
importFrom(stats,p.adjust)
importFrom(stats,pchisq)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,residuals)
importFrom(stats,rgamma)
importFrom(stats,rmultinom)
importFrom(stats,setNames)
importFrom(stats,vcov)
