sampler: sampler

View source: R/package.R

samplerR Documentation

sampler

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 Feb. 14, 2025, 10:25 a.m.