boot_stats: Compute summary stats of a bootstrap vector

boot_statsR Documentation

Compute summary stats of a bootstrap vector

Description

Compute summary stats of a bootstrap vector

Usage

boot_stats(x)

Arguments

x

A vector, e.g. of bootstrap replicates

Value

A data frame with mean, CV and selected percentiles.

Examples


  x <- sample(1:10)
  boot_stats(x)


sigurdurthorjonsson/bionechi documentation built on Sept. 5, 2024, 4:11 a.m.