Skip to content

Commit

Permalink
fix format statement in sim_scores.R
Browse files Browse the repository at this point in the history
  • Loading branch information
katgit committed Apr 5, 2023
1 parent 9537760 commit 89819c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/sim_scores.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#' @usage \code{data(sim_Scores)}
#'
#' @format A vector of continuous scores randomly generated
#' from \code{rnorm(n=ncol(sim_FS)}, mean=0, sd=1)} with \code{set.seed(123)}
#' from \code{rnorm(n=ncol(sim_FS), mean=0, sd=1)} with \code{set.seed(123)}
#' based on the number of samples in the
#' simulated dataset (sim_FS)
#'
Expand Down
5 changes: 4 additions & 1 deletion man/sim_Scores.Rd

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

0 comments on commit 89819c9

Please sign in to comment.