Revision c80b73102b44a867701a8fa3eb0dd51a7fab5592 authored by Samrachana Adhikari on 26 May 2018, 21:01:51 UTC, committed by cran-robot on 26 May 2018, 21:01:51 UTC
1 parent 2fc8c4f
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")
export("HLSMrandomEF",
"HLSMfixedEF",
"plotDiagnostic",
"plotLikelihood",
"plotHLSM.random.fit",
"plotHLSM.fixed.fit",
"plotHLSM.LS",
"getBeta",
"getIntercept",
"getAlpha",
"getLS",
"getLikelihood")
S3method('print','HLSM')
S3method('summary','HLSM')
Computing file changes ...