Learn R Programming

DMLLZU (version 0.1.1)

Double Machine Learning

Description

Yang(2020,) come up with Double Machine Learning model ,it is based on this model, using four machine learning methods-- bagging, Boosting, random forest and neural network, and then based on the four models for two different combinations of the integrated model -- linear model combination and random forest .

Copy Link

Version

Install

install.packages('DMLLZU')

Monthly Downloads

28

Version

0.1.1

License

GPL (>= 2)

Maintainer

Junchang Zhao

Last Published

May 21st, 2021

Functions in DMLLZU (0.1.1)

dml_neural_network

Double Machine Learning based on neural network
dml_bagging

Double Machine Learning based on bagging
dml_boosting

Double Machine Learning based on boosting
dml_ensemble_lm

dml_ensemble_lm
dml_ensemble_rf

dml_ensemble_rf
dml_random_forest

Double Machine Learning based on random forest