Skip to content

Commit

Permalink
fix warning for undocumented parameter in gen_norm_microboime_obsfrom…
Browse files Browse the repository at this point in the history
… Bioc build
  • Loading branch information
williazo committed Jan 21, 2020
1 parent 9dba718 commit ade9463
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: microbiomeDASim
Type: Package
Title: Microbiome Differential Abundance Simulation
Version: 1.1.4
Version: 1.1.5
Author: Justin Williams, Hector Corrada Bravo, Jennifer Tom, Joseph Nathaniel Paulson
Maintainer: Justin Williams <williazo@ucla.edu>
Description: A toolkit for simulating differential microbiome data designed for
Expand Down
3 changes: 3 additions & 0 deletions R/sim_obs_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,9 @@ mvrnorm_sim_obs <- function(id, time, group, ref, control_mean, sigma, rho,
#' for each respective id
#' @param ref character value identifying which group value to treat as control
#' and which value to treat as treatment
#' @param control_mean numeric value specifying the mean value for control
#' subjects. all control subjects are assummed to have the same population mean
#' value.
#' @param sigma numeric value specifying the global population standard
#' deviation for both control and treated individuals.
#' @param rho value for the correlation parameter. must be between \[0, 1\].
Expand Down
4 changes: 4 additions & 0 deletions man/gen_norm_microbiome_obs.Rd

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

0 comments on commit ade9463

Please sign in to comment.