Skip to content

Commit

Permalink
update documentation #99
Browse files Browse the repository at this point in the history
  • Loading branch information
zouyuxin committed Jul 20, 2021
1 parent f5ce2c7 commit bfd1725
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions R/set_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
#' Bhat/Shat. Shat and df should not be specified when pval is
#' provided.
#'
#' @param V an R by R matrix / [R x R x J] array of effect specific
#' @param V an R by R matrix / [R x R x N] array of effect specific
#' correlation matrix of error correlations; must be positive
#' definite. [So Bhat_j distributed as N(B_j,diag(Shat_j) V_j
#' definite. [So Bhat_j distributed as N(B_j,diag(Shat_j) V[,,j]
#' diag(Shat_j)) where _j denotes the jth row of a matrix]. Defaults
#' to identity.
#'
Expand Down Expand Up @@ -158,7 +158,7 @@ mash_set_data = function (Bhat, Shat = NULL, alpha = 0, df = Inf,
#' R, R is number of conditions, or the name of reference group. If
#' there is no reference group, it can be the string 'mean'.
#'
#' @param V an R by R matrix / [R x R x J] array of correlation matrix
#' @param V an R by R matrix / [R x R x N] array of correlation matrix
#' of error correlations
#'
#' @return a updated mash data object
Expand Down
4 changes: 2 additions & 2 deletions man/mash_set_data.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/mash_update_data.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bfd1725

Please sign in to comment.