https://github.com/cran/twang
Raw File
Tip revision: 13e7c1a40ca3f079872aceb0608026fe649b67bc authored by Lane Burgette on 06 December 2023, 00:30:02 UTC
version 2.6
Tip revision: 13e7c1a
NAMESPACE
# Generated by roxygen2: do not edit by hand

S3method(boxplot,mnps)
S3method(boxplot,ps)
S3method(plot,dxwts)
S3method(plot,iptw)
S3method(plot,mniptw)
S3method(plot,mnps)
S3method(plot,ps)
S3method(print,dxwts)
S3method(print,iptw)
S3method(print,mniptw)
S3method(print,mnps)
S3method(print,ps)
S3method(print,summary.iptw)
S3method(print,summary.mniptw)
S3method(print,summary.mnps)
S3method(print,summary.ps)
S3method(summary,iptw)
S3method(summary,mniptw)
S3method(summary,mnps)
S3method(summary,ps)
export(bal.stat)
export(bal.table)
export(displayPlots)
export(dx.wts)
export(get.weights)
export(get.weights.num)
export(get.weights.unstab)
export(iptw)
export(means.table)
export(mnps)
export(ps)
export(sensitivity)
export(stop.methods)
import(data.table)
import(gbm)
import(ggplot2)
import(lattice)
import(stats)
import(survey)
import(xgboost)
import(xtable)
importFrom(MatrixModels,model.Matrix)
importFrom(grDevices,dev.cur)
importFrom(grDevices,dev.new)
importFrom(graphics,boxplot)
importFrom(graphics,plot)
importFrom(latticeExtra,as.layer)
importFrom(utils,getS3method)
useDynLib(twang, .registration = TRUE)
back to top