Skip to content

Commit

Permalink
surv_adjustedcurves - candidate fix for kassambara#227
Browse files Browse the repository at this point in the history
  • Loading branch information
pbiecek committed Sep 1, 2019
1 parent 8bbf92b commit 25f95af
Show file tree
Hide file tree
Showing 3 changed files with 472 additions and 420 deletions.
151 changes: 76 additions & 75 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,75 +1,76 @@
# Generated by roxygen2: do not edit by hand

S3method("+",ggsurv)
S3method(plot,surv_cutpoint)
S3method(print,ggcoxfunctional)
S3method(print,ggcoxzph)
S3method(print,ggsurvplot)
S3method(print,plot_surv_cutpoint)
S3method(print,surv_cutpoint)
S3method(summary,surv_cutpoint)
export("%++%")
export(arrange_ggsurvplots)
export(ggadjustedcurves)
export(ggcompetingrisks)
export(ggcoxdiagnostics)
export(ggcoxfunctional)
export(ggcoxzph)
export(ggcumcensor)
export(ggcumevents)
export(ggflexsurvplot)
export(ggforest)
export(ggrisktable)
export(ggsurvevents)
export(ggsurvplot)
export(ggsurvplot_add_all)
export(ggsurvplot_combine)
export(ggsurvplot_df)
export(ggsurvplot_facet)
export(ggsurvplot_group_by)
export(ggsurvplot_list)
export(ggsurvtable)
export(pairwise_survdiff)
export(surv_categorize)
export(surv_cutpoint)
export(surv_fit)
export(surv_group_by)
export(surv_median)
export(surv_pvalue)
export(surv_summary)
export(theme_cleantable)
export(theme_survminer)
import(broom)
import(ggplot2)
import(ggpubr)
import(grid)
import(gridExtra)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,summarise)
importFrom(ggplot2,geom_step)
importFrom(grDevices,axisTicks)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(purrr,map)
importFrom(stats,anova)
importFrom(stats,approx)
importFrom(stats,as.formula)
importFrom(stats,formula)
importFrom(stats,glm)
importFrom(stats,lowess)
importFrom(stats,pchisq)
importFrom(stats,predict)
importFrom(stats,resid)
importFrom(stats,residuals)
importFrom(stats,terms)
importFrom(stats,var)
importFrom(survMisc,comp)
importFrom(survMisc,ten)
importFrom(survival,Surv)
importFrom(survival,coxph)
importFrom(survival,survdiff)
importFrom(survival,survexp)
importFrom(survival,survfit)
importFrom(tidyr,gather)
importFrom(utils,capture.output)
# Generated by roxygen2: do not edit by hand

S3method("+",ggsurv)
S3method(plot,surv_cutpoint)
S3method(print,ggcoxfunctional)
S3method(print,ggcoxzph)
S3method(print,ggsurvplot)
S3method(print,plot_surv_cutpoint)
S3method(print,surv_cutpoint)
S3method(summary,surv_cutpoint)
export("%++%")
export(arrange_ggsurvplots)
export(ggadjustedcurves)
export(ggcompetingrisks)
export(ggcoxdiagnostics)
export(ggcoxfunctional)
export(ggcoxzph)
export(ggcumcensor)
export(ggcumevents)
export(ggflexsurvplot)
export(ggforest)
export(ggrisktable)
export(ggsurvevents)
export(ggsurvplot)
export(ggsurvplot_add_all)
export(ggsurvplot_combine)
export(ggsurvplot_df)
export(ggsurvplot_facet)
export(ggsurvplot_group_by)
export(ggsurvplot_list)
export(ggsurvtable)
export(pairwise_survdiff)
export(surv_adjustedcurves)
export(surv_categorize)
export(surv_cutpoint)
export(surv_fit)
export(surv_group_by)
export(surv_median)
export(surv_pvalue)
export(surv_summary)
export(theme_cleantable)
export(theme_survminer)
import(broom)
import(ggplot2)
import(ggpubr)
import(grid)
import(gridExtra)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,summarise)
importFrom(ggplot2,geom_step)
importFrom(grDevices,axisTicks)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(purrr,map)
importFrom(stats,anova)
importFrom(stats,approx)
importFrom(stats,as.formula)
importFrom(stats,formula)
importFrom(stats,glm)
importFrom(stats,lowess)
importFrom(stats,pchisq)
importFrom(stats,predict)
importFrom(stats,resid)
importFrom(stats,residuals)
importFrom(stats,terms)
importFrom(stats,var)
importFrom(survMisc,comp)
importFrom(survMisc,ten)
importFrom(survival,Surv)
importFrom(survival,coxph)
importFrom(survival,survdiff)
importFrom(survival,survexp)
importFrom(survival,survfit)
importFrom(tidyr,gather)
importFrom(utils,capture.output)
Loading

0 comments on commit 25f95af

Please sign in to comment.