Skip to content

Commit

Permalink
update and rebuild rd files
Browse files Browse the repository at this point in the history
  • Loading branch information
shajoezhu committed Nov 12, 2024
1 parent f5f706c commit 5b27514
Show file tree
Hide file tree
Showing 17 changed files with 707 additions and 188 deletions.
3 changes: 3 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ Collate:
'h_survival_duration_subgroups.R'
'imputation_rule.R'
'incidence_rate.R'
'individual_patient_plot.R'
'kaplan_meier_plot.R'
'logistic_regression.R'
'missing_data.R'
'odds_ratio.R'
Expand All @@ -166,6 +168,7 @@ Collate:
'summarize_glm_count.R'
'summarize_num_patients.R'
'summarize_patients_exposure_in_cols.R'
'summarize_variables.R'
'survival_biomarkers_subgroups.R'
'survival_coxph_pairwise.R'
'survival_duration_subgroups.R'
Expand Down
7 changes: 7 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Generated by roxygen2: do not edit by hand

S3method(a_summary,character)
S3method(a_summary,factor)
S3method(a_summary,logical)
S3method(a_summary,numeric)
S3method(as.rtable,data.frame)
S3method(h_coxreg_inter_effect,character)
S3method(h_coxreg_inter_effect,factor)
Expand Down Expand Up @@ -59,6 +63,7 @@ export(control_lineplot_vars)
export(control_logistic)
export(control_riskdiff)
export(control_step)
export(control_summarize_vars)
export(control_surv_med_annot)
export(control_surv_time)
export(control_surv_timepoint)
Expand All @@ -75,6 +80,7 @@ export(count_patients_with_event)
export(count_patients_with_flags)
export(count_values)
export(coxph_pairwise)
export(create_afun_summary)
export(cut_quantile_bins)
export(d_count_abnormal_by_baseline)
export(d_count_cumulative)
Expand Down Expand Up @@ -284,6 +290,7 @@ export(summarize_occurrences)
export(summarize_occurrences_by_grade)
export(summarize_patients_events_in_cols)
export(summarize_patients_exposure_in_cols)
export(summarize_vars)
export(summary_formats)
export(summary_labels)
export(surv_time)
Expand Down
32 changes: 5 additions & 27 deletions man/analyze_variables.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5b27514

Please sign in to comment.