Skip to content

Commit

Permalink
Delete mvtnorm dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
zouyuxin committed Apr 2, 2019
1 parent c793d84 commit 4d9d575
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,segments)
importFrom(methods,as)
importFrom(mvtnorm,dmvnorm)
importFrom(stats,.lm.fit)
importFrom(stats,coef)
importFrom(stats,cor)
Expand Down
1 change: 0 additions & 1 deletion R/single_effect_regression_rss.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#' \item{V}{the prior variance (after optimization, if optimize_V is TRUE)}
#' \item{lbf_model}{(scalar) the loglikelihood for the total model minus the log-likelihood for the null model}
#'
#' @importFrom mvtnorm dmvnorm
#'
single_effect_regression_rss = function(z,Sigma,V=1,residual_variance=1,prior_weights=NULL,optimize_V=c("none", "optim", "EM")){
p = length(z)
Expand Down

0 comments on commit 4d9d575

Please sign in to comment.