https://github.com/cran/CBPS
Raw File
Tip revision: 1d5dae9a318352f48473142e3953f79e28d7a191 authored by Christian Fong on 18 January 2022, 17:02:52 UTC
version 0.23
Tip revision: 1d5dae9
NAMESPACE
# Generated by roxygen2: do not edit by hand

S3method(balance,CBMSM)
S3method(balance,CBPS)
S3method(balance,CBPSContinuous)
S3method(balance,npCBPS)
S3method(plot,CBMSM)
S3method(plot,CBPS)
S3method(plot,CBPSContinuous)
S3method(plot,npCBPS)
S3method(print,CBPS)
S3method(summary,CBPS)
S3method(vcov,CBPS)
S3method(vcov_outcome,CBPSContinuous)
export(AsyVar)
export(CBIV)
export(CBMSM)
export(CBPS)
export(CBPS.fit)
export(balance)
export(hdCBPS)
export(npCBPS)
export(vcov_outcome)
import(stats)
importFrom(MASS,ginv)
importFrom(MASS,mvrnorm)
importFrom(MatchIt,matchit)
importFrom(glmnet,cv.glmnet)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,layout)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(nnet,multinom)
importFrom(numDeriv,jacobian)
importFrom(stats,.getXlevels)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,coef)
importFrom(stats,cor)
importFrom(stats,dnorm)
importFrom(stats,glm)
importFrom(stats,is.empty.model)
importFrom(stats,lm)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,model.response)
importFrom(stats,naprint)
importFrom(stats,optim)
importFrom(stats,optimize)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,sd)
importFrom(stats,symnum)
importFrom(stats,terms)
importFrom(stats,var)
importFrom(utils,packageDescription)
back to top