knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

gps.continuousnav

The goal of gps.continuousnav is to use Generalized Propensity Score methodology for a continuous treatment domain.

Installation

You can install gps.continuousnav from github with:

# install.packages("devtools")
devtools::install_github("williazo/gps.continuousnav")

Example

This is a basic example which shows you how to solve a common problem:

## basic example code
# still need to find a basic generic example


williazo/gps.continuousnav documentation built on May 8, 2019, 6:57 p.m.