README.md

ipbridging Package

Authors

Tzu-Ping Liu (UC Davis) Gento Kato (UC Davis) Sam Fuller (UC Davis)

Description

Bridging Ideal Point Estimates. This package provides parametric and non-parametric methods to bridge ideal point estimates generated from two separate data sets. The package website is published HERE.

Installation

1. Insall oc package

CAUTION! As of January 2020, one of the dependencies, oc package is archived from CRAN. If you don't already have oc package, you can install the latest version of archived oc package using following codes:

install.packages("https://cran.r-project.org/src/contrib/Archive/oc/oc_1.01.tar.gz", repos=NULL, type="source")

Alternatively, you could install oc package from github CRAN mirror:

devtools::install_github("cran/oc")

2. Install ooc package

CAUTION! May need the first line to avoid error in installation due to warnings.

Sys.setenv(R_REMOTES_NO_ERRORS_FROM_WARNINGS=TRUE) devtools::install_github("tzuliu/ooc")

3. Install ipbridging package

After successfully installing oc and ooc package, you can install the ipbridging package by:

Sys.setenv(R_REMOTES_NO_ERRORS_FROM_WARNINGS=TRUE) devtools::install_github("gentok/ipbridging")

Main Functions

Major Sub Functions

Updates Log



gentok/ipbridging documentation built on March 29, 2020, 3:06 a.m.