An open API service indexing awesome lists of open source software.

https://github.com/ernestguevarra/sampsizer

An Implementation of Equations for Calculating Sample Sizes for Various Estimators in R
https://github.com/ernestguevarra/sampsizer

calculator r sample-size surveys

Last synced: 7 months ago
JSON representation

An Implementation of Equations for Calculating Sample Sizes for Various Estimators in R

Awesome Lists containing this project

README

          

---
output:
md_document:
variant: markdown_github
---

```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```

# sampsizer: An Implementation of Equations for Calculating Sample Sizes for Various Estimators in R

[![Travis-CI Build Status](https://travis-ci.org/ernestguevarra/sampsizer.svg?branch=master)](https://travis-ci.org/ernestguevarra/sampsizer)
[![AppVeyor Build status](https://ci.appveyor.com/api/projects/status/37j2n169h1sm7q57?svg=true)](https://ci.appveyor.com/project/ernestguevarra/sampsizer)
[![Coverage Status](https://img.shields.io/codecov/c/github/ernestguevarra/sampsizer/master.svg)](https://codecov.io/github/ernestguevarra/sampsizer?branch=master)

## Installation

The `sampsizer` package is currently only available via GitHub. To install, run the following commands in `R`:

```{r, echo = TRUE, eval = FALSE}
if(!require(devtools)) install.packages("devtools")
devtools::install_github("ernestguevarra/sampsizer")
```