https://github.com/cran/personalized
Raw File
Tip revision: f49c9e80d6d8879ec635932e1efdd82764cba521 authored by Jared Huling on 27 June 2022, 19:20:03 UTC
version 0.2.7
Tip revision: f49c9e8
NAMESPACE
# Generated by roxygen2: do not edit by hand

S3method(plot,subgroup_fitted)
S3method(plot,subgroup_validated)
S3method(predict,subgroup_fitted)
S3method(predict,wksvm)
S3method(print,individual_treatment_effects)
S3method(print,subgroup_fitted)
S3method(print,subgroup_summary)
S3method(print,subgroup_validated)
S3method(summarize.subgroups,default)
S3method(summarize.subgroups,subgroup_fitted)
S3method(summary,subgroup_fitted)
S3method(summary,wksvm)
S3method(treatment.effects,default)
S3method(treatment.effects,subgroup_fitted)
export(check.overlap)
export(create.augmentation.function)
export(create.propensity.function)
export(fit.subgroup)
export(plotCompare)
export(subgroup.effects)
export(summarize.subgroups)
export(treat.effects)
export(treatment.effects)
export(validate.subgroup)
export(weighted.ksvm)
import(foreach)
import(glmnet)
import(mgcv)
import(survival)
import(xgboost)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_density)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_rect)
importFrom(ggplot2,geom_rug)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,scale_color_discrete)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,theme)
importFrom(ggplot2,xlab)
importFrom(ggplot2,xlim)
importFrom(ggplot2,ylab)
importFrom(kernlab,anovadot)
importFrom(kernlab,besseldot)
importFrom(kernlab,dual)
importFrom(kernlab,ipop)
importFrom(kernlab,kernelMatrix)
importFrom(kernlab,kpar)
importFrom(kernlab,laplacedot)
importFrom(kernlab,polydot)
importFrom(kernlab,primal)
importFrom(kernlab,rbfdot)
importFrom(kernlab,sigest)
importFrom(kernlab,splinedot)
importFrom(kernlab,tanhdot)
importFrom(kernlab,vanilladot)
importFrom(methods,formalArgs)
importFrom(methods,is)
importFrom(methods,new)
importFrom(plotly,ggplotly)
importFrom(plotly,layout)
importFrom(plotly,subplot)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,chisq.test)
importFrom(stats,coef)
importFrom(stats,fisher.test)
importFrom(stats,gaussian)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,poisson)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,t.test)
importFrom(stats,weighted.mean)
importFrom(xgboost,slice)
importFrom(xgboost,xgb.train)
back to top