randomly_assign: randomly assign n samples to k groups

View source: R/mcen.r

randomly_assignR Documentation

randomly assign n samples to k groups

Description

randomly assign n samples to k groups

Usage

randomly_assign(n, k)

Arguments

n

number of samples

k

number of groups

Value

Returns assignments of n into k groups

Author(s)

Ben Sherwood <ben.sherwood@ku.edu>, Brad Price <brad.price@mail.wvu.edu>


mcen documentation built on April 1, 2023, 12:11 a.m.

Related to randomly_assign in mcen...