sampler: sample elements of vector or rows of table

View source: R/package.R

samplerR Documentation

sample elements of vector or rows of table

Description

sample elements of vector or rows of table

Usage

sampler(
  x,
  n = NROW(x),
  seed = 10,
  rngkind = "L'Ecuyer-CMRG",
  verbose = FALSE,
  replace = FALSE,
  prob = NULL
)

kevinmhadi/khtools documentation built on Jan. 16, 2025, 4:18 p.m.