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
- Host: GitHub
- URL: https://github.com/ernestguevarra/sampsizer
- Owner: ernestguevarra
- License: other
- Created: 2018-08-25T11:45:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-07T05:08:57.000Z (about 6 years ago)
- Last Synced: 2025-01-29T18:13:24.123Z (8 months ago)
- Topics: calculator, r, sample-size, surveys
- Language: Stata
- Homepage: https://ernest.guevarra.io/sampsizer
- Size: 3.62 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE
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
[](https://travis-ci.org/ernestguevarra/sampsizer)
[](https://ci.appveyor.com/project/ernestguevarra/sampsizer)
[](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")
```