inst/doc/installing-packages.R

## ----setup, include=FALSE-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
knitr::opts_chunk$set(eval = FALSE)

## -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
#  install.packages("misaem")

## -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
#  remotes::install_github("julierennes/misaem")

## -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
#  install.packages("brglm2")

## -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
#  remotes::install_github("ikosmidis/brglm2")

## -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
#  install.packages("mlogit")

## -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
#  install.packages("mlogit", repos = "http://R-Forge.R-project.org")

## -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
#  install.packages("mclogit")

## -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
#  remotes::install_github("melff/mclogit")

## -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
#  install.packages("MNP")

## -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
#  remotes::install_github("kosukeimai/MNP")

## -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
#  install.packages("MASS")

## -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
#  install.packages("gbm")

## -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
#  remotes::install_github("gbm-developers/gbm")

## -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
#  install.packages("CBPS")

## -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
#  remotes::install_github("kosukeimai/CBPS")

## -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
#  install.packages("optweight")

## -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
#  remotes::install_github("ngreifer/optweight")

## -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
#  install.packages("SuperLearner")

## -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
#  remotes::install_github("ecpolley/SuperLearner")

## -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
#  source("https://raw.githubusercontent.com/ecpolley/SuperLearnerExtra/master/SL/SL.dbarts.R")

## -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
#  install.packages("dbarts")

## -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
#  remotes::install_github("vdorie/dbarts")

## -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
#  install.packages("osqp")

Try the WeightIt package in your browser

Any scripts or data that you put into this service are public.

WeightIt documentation built on May 31, 2023, 9:25 p.m.