Package 'samplex'

Title: Shiny Tool for Sample Size Calculation
Description: An interactive 'shiny' application to assist in determining sample sizes for common survey designs such as 'simple random sampling', 'stratified sampling', and 'cluster sampling'. It includes formulas, helper calculators, and illustrative examples.
Authors: Gustavo Ramirez-Valverde [aut, cre], Benito Ramirez-Valverde [aut]
Maintainer: Gustavo Ramirez-Valverde <[email protected]>
License: MIT + file LICENSE
Version: 0.3.0
Built: 2026-05-27 07:59:15 UTC
Source: https://github.com/cran/samplex

Help Index


Launch the Shiny application samplex

Description

Opens the Shiny app included in the package.

Usage

samplex()

Value

Nothing; launches the Shiny app.

Examples

if (interactive()) samplex()