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

adjustement

adjustement is a package that allows to calculate satistical adjustment weight. The main function is adjustement: it performs an optimisation to build a weight that respects some constraints.

To install:

```R if(!("devtools" %in% installed.packages()[,"Package"])){ library(devtools) } devtools::install_github("dominiqueemmanuel/adjustement") ````

For more information see vignette.



dominiqueemmanuel/adjustement documentation built on May 15, 2019, 10:37 a.m.