All Projects → pewresearch → pewmethods

pewresearch / pewmethods

Licence: MIT License
Pew Research Center Methods team R package of miscellaneous functions

Programming Languages

r
7636 projects
shell
77523 projects

Projects that are alternatives of or similar to pewmethods

koboloadeR
This package facilitates the data crunching of any dataset collected using an xlsform compatible platform (KoboToolbox, ODK, ONA, etc.)
Stars: ✭ 21 (-82.64%)
Mutual labels:  survey, survey-data, surveys, survey-analysis
samplics
Select, weight and analyze complex sample data
Stars: ✭ 24 (-80.17%)
Mutual labels:  weighting, survey, sampling
formr.org
Chain simple surveys into longer runs to build complex studies. Use R to generate pretty feedback and complex designs.
Stars: ✭ 90 (-25.62%)
Mutual labels:  survey, surveys
Survey Library
JavaScript Survey and Form Library
Stars: ✭ 3,060 (+2428.93%)
Mutual labels:  survey, surveys
easypoll-v3
EasyPoll Discord Bot | With EasyPoll, a Discord Poll Bot, you can easily create polls and your members can vote by clicking on a reaction very easily and quickly.
Stars: ✭ 35 (-71.07%)
Mutual labels:  survey, surveys
autumn
autumn: Fast, Modern, and Tidy-Friendly Iterative Raking in R.
Stars: ✭ 26 (-78.51%)
Mutual labels:  weighting, survey
database
Aplus Framework Database Library
Stars: ✭ 147 (+21.49%)
Mutual labels:  data-manipulation
tduck-front
Tduck-填鸭收集器是一款开源的表单在线收集系统,后台基于SpringBoot+MybatisPlus+MySql+Redis,前端基于Vue ElementUI开发,功能强大,界面美观。keywords:问卷/表单/信息收集/survey questionnaire
Stars: ✭ 53 (-56.2%)
Mutual labels:  surveys
bioinf-commons
Bioinformatics library in Kotlin
Stars: ✭ 21 (-82.64%)
Mutual labels:  sampling
Fraud-Detection-in-Online-Transactions
Detecting Frauds in Online Transactions using Anamoly Detection Techniques Such as Over Sampling and Under-Sampling as the ratio of Frauds is less than 0.00005 thus, simply applying Classification Algorithm may result in Overfitting
Stars: ✭ 41 (-66.12%)
Mutual labels:  sampling
ML4Sec-papers
Research papers on ML for security
Stars: ✭ 27 (-77.69%)
Mutual labels:  survey
Awesome-Text-to-Image
A Survey on Text-to-Image Generation/Synthesis.
Stars: ✭ 251 (+107.44%)
Mutual labels:  survey
variorum
Tool for hardware-level feature control
Stars: ✭ 21 (-82.64%)
Mutual labels:  sampling
ibs
Inverse binomial sampling for efficient log-likelihood estimation of simulator models
Stars: ✭ 22 (-81.82%)
Mutual labels:  sampling
stateofdev.ma
stateofdev.ma source code
Stars: ✭ 62 (-48.76%)
Mutual labels:  survey
gallia-core
A schema-aware Scala library for data transformation
Stars: ✭ 44 (-63.64%)
Mutual labels:  data-manipulation
wquantiles
weighted quantiles with Python
Stars: ✭ 28 (-76.86%)
Mutual labels:  weighting
survey kit
Flutter library to create beautiful surveys (aligned with ResearchKit on iOS)
Stars: ✭ 68 (-43.8%)
Mutual labels:  survey
ng2-quiz
A general purpose quiz application developed in angular (updated to angular 8) that can be used for multiple purpose.
Stars: ✭ 90 (-25.62%)
Mutual labels:  survey
forms-frontend
Frontend for Python Discord forms.
Stars: ✭ 18 (-85.12%)
Mutual labels:  survey

pewmethods

An R package developed by the Pew Research Center Methods team for working with survey data.

About this package

The Methods team at Pew Research Center is proud to announce the release of version 1.0 of pewmethods, an R package containing various functions that we use in our day-to-day work with survey data. The package was envisioned as a way to reuse and maintain code and share it internally with other researchers around the Center. But since many of the problems that these functions were designed to solve are not unique to Pew Research Center projects, we are making the pewmethods package publicly available for other researchers who might find it useful, too.

Survey data is a bit different from other kinds of data in that it frequently needs to be weighted to represent a larger population. The pewmethods package can help you go through the steps for creating basic survey weights, as well as display weighted estimates of categorical variables, not to mention the various cleaning, recoding, combining and collapsing tasks in between. In this way, our package complements the excellent survey package as well as the tidyverse set of R packages, which are great for data manipulation.

An overview of what's in the pewmethods package and how it works, along with example applications, can be found by calling vignette("pewmethods") after installation.

Requirements

R 3.5 or greater

Instructions

  1. Install and load the devtools package.

  2. Install pewmethods via:

install_github("pewresearch/pewmethods", build_vignettes = TRUE)

Vignettes require the rmarkdown and tidyverse packages. You can install the package without vignettes by setting build_vignettes to FALSE.

Use Policy

In addition to the license, Users must abide by the following conditions:

  • User may not use the Center's logo.

  • User may not use the Center's name in any advertising, marketing or promotional materials.

  • User may not use the licensed materials in any manner that implies, suggests, or could otherwise be perceived as attributing a particular policy or lobbying objective or opinion to the Center, or as a Center endorsement of a cause, candidate, issue, party, product, business, organization, religion or viewpoint.

Issues and Pull Requests

This code is provided as-is for use in your own projects. You are free to submit issues and pull requests with any questions or suggestions you may have. We will do our best to respond within a 30-day time period.

Recommended Package Citation

Pew Research Center, 2020, "pewmethods" Available at: github.com/pewresearch/pewmethods.

About Pew Research Center

Pew Research Center is a nonpartisan fact tank that informs the public about the issues, attitudes and trends shaping the world. We conduct public opinion polling, demographic research, content analysis and other data-driven social science research. We value independence, objectivity, accuracy, rigor, humility, transparency and innovation. We do not take policy positions. Pew Research Center is a subsidiary of The Pew Charitable Trusts, its primary funder.

Contact

For all inquiries, please email [email protected]. Please be sure to specify your deadline, and we will get back to you as soon as possible. This email account is monitored regularly by Pew Research Center Communications staff.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].