sandbox/testing_get_ate.R

#-------------------------------------------
# commands for debugging sim functions 
#-------------------------------------------
library(devtools)
library(roxygen2)
# building and installing
setwd("~/Dropbox/R/")
document("haltmle.sim")
build("haltmle.sim")
install("haltmle.sim")

# debugging makeRandomData
library(haltmle.sim)
# #debug(makeRandomData)
object <- makeRandomData(n = 500, maxD = 1)
benkeser/haltmle.sim documentation built on May 12, 2019, noon