useDynLib(mokken)

export(
 aisp,
 coefH,
 coefZ,
 check.errors,
 check.monotonicity,
 check.iio,
 check.pmatrix,
 check.reliability,
 check.restscore,
 search.normal
)

# used internally - not intended to be visible to users
#  all.patterns
#  check.data
#  complete.observed.frequencies
#  dphi
#  phi
#  plot.monotonicity.class,
#  plot.pmatrix.class,
#  plot.restscore.class,
#  search.extended
#  search.ga
#  string2integer
#  summary.monotonicity.class,
#  summary.pmatrix.class,
#  summary.restscore.class
#  weights

importFrom(graphics, plot)

S3method(summary, "monotonicity.class")
S3method(summary, "pmatrix.class")
S3method(summary, "restscore.class")
S3method(summary, "iio.class")
S3method(plot, "monotonicity.class")
S3method(plot, "pmatrix.class")
S3method(plot, "restscore.class")
S3method(plot, "iio.class")
