Skip to content

Commit

Permalink
Update main.R
Browse files Browse the repository at this point in the history
remove some examples to fit CRAN requirements
  • Loading branch information
josesho committed Feb 11, 2020
1 parent 324cb59 commit 479633e
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions R/main.R
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@
#' @seealso \code{\link{plot.dabest}}, which generates an estimation plot from
#' the \code{dabest} object.
#'
#'
#' Run \code{vignette("Using dabestr", package = "dabestr")} in the console to
#' read more about using parameters to control the plot features.
#'
#' @examples
#'
Expand Down Expand Up @@ -142,14 +143,6 @@
#' )
#'
#'
#' # Producing a 90% CI instead of 95%.
#' unpaired_mean_diff_90_ci <- dabest(
#' iris, Species, Petal.Width,
#' idx = c("setosa", "versicolor", "virginica"),
#' paired = FALSE,
#' ci = 0.90
#' )
#'
#'
#'
#' # Using pipes to munge your data and then passing to `dabest`.
Expand Down

0 comments on commit 479633e

Please sign in to comment.