Revision afc6a064bff28609a373b20d7fb0cca9197ea0f1 authored by Aditya Bhat on 30 April 2019, 20:00:34 UTC, committed by cran-robot on 30 April 2019, 20:00:34 UTC
1 parent c80b731
NAMESPACE
useDynLib(HLSM,.registration=TRUE)
import("MASS", "coda", "igraph")
importFrom("grDevices", "dev.new", "dev.off", "pdf")
importFrom("graphics", "layout", "par", "plot", "rect", "segments",
"text")
importFrom("stats", "cmdscale", "quantile", "rnorm", "sd", "acf", "aggregate", "setNames")
export( "HLSMrandomEF",
"HLSMfixedEF",
"plotDiagnostic",
"plotLikelihood",
"plotHLSM.random.fit",
"plotHLSM.fixed.fit",
"plotHLSM.LS",
"getBeta",
"getIntercept",
"getAlpha",
"getLS",
"getLikelihood",
"HLSMDiag",
"HLSMcovplots"
)
S3method('print','HLSM')
S3method('summary','HLSM')

Computing file changes ...