https://github.com/cran/jmcm
Raw File
Tip revision: 466b403c741394ea5733d3e4e4b34f7bd5661355 authored by Jianxin Pan on 12 January 2021, 07:40:12 UTC
version 0.2.4
Tip revision: 466b403
NAMESPACE
# Generated by roxygen2: do not edit by hand

S3method(getJMCM,jmcmMod)
export(acd_estimation)
export(bootcurve)
export(getJMCM)
export(hpc_estimation)
export(jmcm)
export(jmcmControl)
export(ldFormula)
export(mcd_estimation)
export(meanplot)
export(mkJmcmMod)
export(optimizeJmcm)
export(regressogram)
exportClasses(jmcmMod)
exportMethods(show)
import(graphics)
import(methods)
import(stats)
importFrom(Rcpp,evalCpp)
useDynLib(jmcm)
back to top