
export(D1_logistic)
export(D1_cox)
export(psfmi_D3)
export(psfmi_lr)
export(psfmi_coxr)
export(miperform_lr)
export(mivalext_lr)

importFrom("stats", glm)
importFrom("stats", coef)
importFrom("stats", binomial)
importFrom("stats", vcov)
importFrom("stats", formula)
importFrom("stats", as.formula)
importFrom("stats", median)
importFrom("stats", model.frame)
importFrom("stats", model.matrix)
importFrom("stats", var)
importFrom("stats", pf)
importFrom("survival", coxph)
importFrom("rms", validate)
importFrom("rms", rcs)
importFrom("rms", lrm.fit)
importFrom("stats", logLik)
importFrom("stats", predict)
importFrom("stats", quantile)
importFrom("stats", update)
importFrom("pROC", roc)
importFrom("ResourceSelection", hoslem.test)
importFrom("ggplot2", theme_set, theme_bw, element_blank,
  stat_smooth, facet_wrap, geom_abline, aes_string,
  geom_point, ggplot, scale_x_continuous, scale_y_continuous,
  theme)
