Learn R Programming

stratifiedyh (version 0.1.0)

Stratified Sampling and Labeling of Data in R

Description

Provides functions for stratified sampling and assigning custom labels to data, ensuring randomness within groups. The package supports various sampling methods such as stratified, cluster, and systematic sampling. It allows users to apply transformations and customize the sampling process. This package can be useful for statistical analysis and data preparation tasks.

Copy Link

Version

Install

install.packages('stratifiedyh')

Monthly Downloads

117

Version

0.1.0

License

MIT + file LICENSE

Maintainer

Duan Yuanheng

Last Published

September 18th, 2024

Functions in stratifiedyh (0.1.0)

custom_transform

Apply Custom Transformation to Data Column
stratified_labels

Stratify and Assign Labels to Data
stratified_custom_labels

Stratify and Assign Custom Labels to Data
systematic_labels

Systematic Sampling and Labeling
cluster_labels

Cluster Sampling and Labeling