tern 0.9.4

New Features

Enhancements

Bug Fixes

Miscellaneous

tern 0.9.3

New Features

Enhancements

Bug Fixes

Miscellaneous

tern 0.9.2

New Features

Enhancements

Bug Fixes

Miscellaneous

tern 0.9.1

New Features

Enhancements

Miscellaneous

tern 0.9.0

New Features

Enhancements

Bug Fixes

Miscellaneous

tern 0.8.5

Enhancements

Miscellaneous

tern 0.8.4

Enhancements

Miscellaneous

Bug Fixes

tern 0.8.3

Enhancements

Bug Fixes

Miscellaneous

tern 0.8.2

Breaking Changes

Enhancements

Bug Fixes

Miscellaneous

tern 0.8.0

Enhancements

Bug Fixes

Documentation and Tests

Miscellaneous

tern 0.7.10

New Features

Enhancements

Migration from assertthat to checkmate

Documentation and NAMESPACE Polishing

Bug Fixes

Miscellaneous

tern 0.7.8

Fix

Documentation and NAMESPACE polishing

Enhancements

Miscellaneous

tern 0.7.7

Breaking changes

New features

Enhancements

Miscellaneous

tern 0.7.6

New features

Enhancements

Bug fixes

Miscellaneous

tern 0.7.5

New features

Enhancements

Bug Fixes

Miscellaneous

tern 0.7.4

New features

Enhancements

Bug Fixes

Miscellaneous

tern 0.7.3

New Features

Enhancements

Bug Fixes

Miscellaneous

tern 0.7.2

tern 0.7.1

tern 0.7.0

This version of tern introduces a major rewriting of tern due to the change to layout based tabulation in rtables. tern now does not build tables directly anymore, instead it provides analysis functions to build tables, see the examples. * Counting patients with abnormal values post-baseline with count_abnormal. * Counting patients with graded abnormal values with count_abnormal_by_worst_grade. * Counting patients with abnormal values by baseline status with count_abnormal_by_baseline. * Counting patients with missed doses with s_count_missed_doses and count_missed_doses. * Counting patients with event flags with count_patients_with_event and count_patients_with_flags. * Summarizing variables with summarize_vars (supports numeric, factor, character and logical variables). Note that factors need to have NAs converted to na_level before use. * Summarizing change from baseline with summarize_change. * Summarizing variables in columns with summarize_colvars. * Estimating difference for responder proportions with estimate_proportion_diff. * Estimating difference for Odds Ratio with estimate_odds_ratio. * Testing the difference in responder proportions with test_proportion_diff. * Estimating the responder proportion for the level of a factor with estimate_multinomial_response. * Fitting and tabulating the results of Cox regressions with fit_coxreg_univar, fit_coxreg_multivar and summarize_coxreg, respectively. * Pruning occurrence tables (or tables with counts and fractions) with flexible rules, see ?prune_occurrences for details. * Sorting occurrence tables using different options, see ?score_occurrences for details. * Fitting and tabulating MMRM models with fit_mmrm and as.rtable and summarize_lsmeans, see ?tabulate_mmrm for details. * Counting the number of unique and non-unique patients with summarize_num_patients. * Counting occurrences with count_occurrences. * Counting occurrences by grade with summarize_occurrences_by_grade and count_occurrences_by_grade. * Counting patients and events in columns with summarize_patients_events_in_cols. * Tabulating the binary outcome response by subgroup with extract_rsp_subgroups and tabulate_rsp_subgroups. * Tabulating the survival duration by subgroup with extract_survival_subgroups and tabulate_survival_subgroups.

tern 0.6.9

tern 0.6.8

tern 0.6.7

tern 0.6.6

tern 0.6.5

tern 0.6.4

tern 0.6.3

tern 0.6.2

tern 0.6.1

tern 0.6.0

tern 0.5.0.3

New TLGs

New Helper Functions

TLG changes

Deprecated Functions

tern 0.5.0