File: NAMESPACE

package info (click to toggle)
r-cran-polycor 0.8-2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 156 kB
  • sloc: makefile: 2
file content (22 lines) | stat: -rw-r--r-- 519 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# last modified 2022-01-10 by J. Fox

importFrom("stats", "complete.cases", "cor", "dnorm", "na.omit",
         "optim", "optimise", "pchisq", "pnorm", "qnorm", "sd", "coef")

importFrom("parallel", "detectCores")

importFrom("admisc", "tryCatchWEM")

export(hetcor, polychor, polyserial)

export(detectCores)

S3method(hetcor, data.frame)
S3method(hetcor, default)
S3method(print, polycor)
S3method(print, hetcor)
S3method(as.matrix, hetcor)

S3method(coef, polycor)
S3method(vcov, polycor)
S3method(summary, polycor)