useDynLib(pgsc, .registration=TRUE)
importFrom(Rcpp, evalCpp)
export(pgsc)
export(pgsc.wald.test)
S3method(summary, gsc)
S3method(summary, gsc.wald)
S3method(plot, gsc.wald)
importFrom("grDevices", "gray")
importFrom("graphics", "abline", "barplot", "image", "legend", "plot")
importFrom("stats", "density", "lm", "rbinom", "var")
importFrom("reshape2", "acast")
importFrom("nloptr", "nloptr")