Commit | Line | Data |
---|---|---|
cbd88fe5 BA |
1 | #' @include utils.R |
2 | #' | |
ee3cfc34 | 3 | #' @useDynLib morpheus, .registration = TRUE |
cbd88fe5 BA |
4 | #' |
5 | #' @importFrom jointDiag ajd | |
cf673dee BA |
6 | #' @importFrom stats rbinom rmultinom rnorm pnorm runif integrate sd |
7 | #' @importFrom graphics boxplot barplot hist par matplot | |
cbd88fe5 BA |
8 | #' @importFrom methods new |
9 | #' @importFrom pracma integral | |
10 | #' | |
11 | NULL |