simuDiagnosticSRV: Shiny server module for simulation diagnostic results

View source: R/simulationDiagnostics.R

simuDiagnosticSRVR Documentation

Shiny server module for simulation diagnostic results

Description

This module creates the outputs for the results from a sampling simulation. The frame must contain at least the columns Mean, SE, CV, bias. In cases of domain or stratified sampling, a 5th column may be included named Domain.

Usage

simuDiagnosticSRV(input, output, session, dataset)

Arguments

input

standard shiny input

output

standard shiny output

session

standard shiny session object

dataset

is the dataset from the simulation output, must be a data.table


michael-cw/SurveySolutionsCOVID19tools documentation built on Oct. 4, 2022, 10:34 a.m.