A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/mattblackwell/prepost below:

mattblackwell/prepost: R package for analyzing interactions in survey experiments with priming or post-treatment bias

This package contains code and sample data to implement the non-parametric bounds and Bayesian methods for assessing priming and post-treatment bias in experimental studies under various assumptions.

To get started, please see the article that developed these methods:

## Install developer version
## install.packages("devtools")
devtools::install_github("mattblackwell/prepost", build_vignettes = TRUE)

Both the nonparametric and Bayesian estimators all have prefixes that indicate what type of experimental design being used.

Most functions can be specified with a formula to identify the outcome and treatment and another one-sided formula for the moderator:

library(prepost)
data(delponte)
out <- pre_bounds(
  formula = angry_bin ~ t_commonality,
   data = delponte,
  moderator = ~ itaid_bin
)
out
## $lower
##            
## -0.5923203 
## 
## $upper
##           
## 0.3221525 
## 
## $ci_lower
## [1] -0.6875343
## 
## $ci_upper
## [1] 0.4035053
## 
## $pre_est
## [1] -0.2701678

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4