useDynLib(robcat, .registration=TRUE)
importFrom(Rcpp, evalCpp)
S3method(plot,robpolycor)
S3method(print,robpolycor)
S3method(vcov,robpolycor)
export(polycor)
export(initialize_param)
export(polycor_mle)
export(polycormat)
export(polycormat_mle)
import(ggplot2)
import(mvtnorm)
import(stringr)
import(parallel)
