inst/doc/Using_ssize.R

## ---- include = FALSE---------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## ----setup--------------------------------------------------------------------
library(whSample)

## ----eval=FALSE---------------------------------------------------------------
#  ssize(N, ci=0.95, me=0.07, p=0.5)

## -----------------------------------------------------------------------------
ssize(10000)

## -----------------------------------------------------------------------------
ssize(10000, p=0.6)

Try the whSample package in your browser

Any scripts or data that you put into this service are public.

whSample documentation built on May 13, 2021, 5:06 p.m.