/usr/lib/R/site-library/sn/NAMESPACE is in r-cran-sn 1.0-0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | # S3method(residuals, selm)
# S3method(residuals, mselm)
# S3method(fitted, selm)
# S3method(fitted, mselm)
import("methods")
importFrom("graphics", plot)
importFrom("stats", optim, nlminb)
importFrom("stats", residuals)
importFrom("stats", fitted)
import("stats4")
importFrom("mnormt", pmnorm, dmt, pmt, pd.solve)
importFrom("numDeriv", grad, hessian)
export(T.Owen, zeta, sn.cumulants, st.cumulants,
dsn, psn, qsn, rsn,
dst, pst, qst, rst,
dsc, psc, qsc, rsc,
dmsn, pmsn, rmsn,
dmst, pmst, rmst,
dmsc, pmsc, rmsc,
makeSECdistr, marginalSECdistr, affineTransSECdistr, conditionalSECdistr,
cp2dp, dp2cp,
sn.infoUv, sn.infoMv,
selm, MPpenalty, Qpenalty,
selm.fit, sn.mple, st.mple, msn.mle, msn.mple, mst.mple
)
exportMethods("show", "plot", "summary", "coef", "logLik", "vcov",
"residuals", "fitted")
exportClasses("SECdistrUv", "SECdistrMv", "summary.SECdistrUv",
"summary.SECdistrMv", "selm", "mselm", "summary.selm", "summary.mselm")
|