| 1 | # Generated by roxygen2: do not edit by hand |
| 2 | |
| 3 | export(alignMatrices) |
| 4 | export(computeMoments) |
| 5 | export(computeMu) |
| 6 | export(generateSampleIO) |
| 7 | export(multiRun) |
| 8 | export(normalize) |
| 9 | export(optimParams) |
| 10 | export(plotBox) |
| 11 | export(plotCoefs) |
| 12 | export(plotHist) |
| 13 | importFrom(graphics,barplot) |
| 14 | importFrom(graphics,boxplot) |
| 15 | importFrom(graphics,hist) |
| 16 | importFrom(graphics,matplot) |
| 17 | importFrom(graphics,par) |
| 18 | importFrom(jointDiag,ajd) |
| 19 | importFrom(methods,new) |
| 20 | importFrom(pracma,integral) |
| 21 | importFrom(stats,integrate) |
| 22 | importFrom(stats,pnorm) |
| 23 | importFrom(stats,rbinom) |
| 24 | importFrom(stats,rmultinom) |
| 25 | importFrom(stats,rnorm) |
| 26 | importFrom(stats,runif) |
| 27 | importFrom(stats,sd) |
| 28 | useDynLib(morpheus, .registration = TRUE) |