get_sample_strata: A function to assign values to sample distribution strata

View source: R/sample_stratified.R

get_sample_strataR Documentation

A function to assign values to sample distribution strata

Description

for internal use only! This function takes a continuous variable, creates n strata based on its distribution and assigns the corresponding starta to every value.

Usage

get_sample_strata(y, n = NULL, probs = NULL)

Arguments

y

a matrix of one column with the response variable.

n

the number of strata.

Value

a data table with the input y and the corresponding strata to every value.


l-ramirez-lopez/resemble documentation built on April 20, 2023, 10:44 p.m.