# Generated by hand for CRAN compliance
export(bdp_tobit_qr)
export(sim_longitudinal_data)

S3method(print, BDPTobitQR)
S3method(summary, BDPTobitQR)
S3method(predict, BDPTobitQR)
S3method(plot, BDPTobitQR)
S3method(coef, BDPTobitQR)
S3method(fitted, BDPTobitQR)
S3method(residuals, BDPTobitQR)
S3method(vcov, BDPTobitQR)

importFrom(stats, coef, fitted, lm, model.frame, model.matrix, model.response, pnorm, predict, qnorm, quantile, rgamma, rnorm, runif, sd, var, vcov)
importFrom(graphics, abline, hist, layout, lines, par, plot, points, title, legend)
importFrom(grDevices, rgb)
