# last modified 18 Mar 12 by Victor H Cervantes

useDynLib(pcaPA, Cpolychoric)

export("CalculatePABinary")
export("CalculatePAContinuous")
export("CalculatePAMixed")
export("CalculatePAOrdered")
export("Check.PA")
export("coef.PA")
export("CountEigen.PA")
export("PA")
export("plot.PA")
export("print.PA")
export("quantile.PA")

S3method(print, PA)
S3method(plot, PA)
S3method(coef, PA)
S3method(quantile, PA)

import(
 polycor,
 ltm,
 stats,
 ggplot2,
 mc2d
)
