Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion R/Bootstrap.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@
#'
#' @param x a vector.
#' @param Boots The number of bootstraps.
#' @param fn the function you want to bootstrap.
#' @param fn the function you want to bootstrap, ie., mean, var, cov, etc.
#'
#' @author Tyler Hunt \email{tyler@@psychoanalytix.com}
#'
#' @examples
#' x = runif(10, 0, 1)
#' Bootstrap(x,fn=mean)
#'
#' @export


Expand Down