utilities: Utility functions for the 'biostat3' package

utilitiesR Documentation

Utility functions for the biostat3 package

Description

Utility functions for the biostat3 package.

Usage

updateList(object, ...)
format_perc(probs, digits)

Arguments

object

base object (list)

...

arguments to update

probs

probability to express as a percentage

digits

number of significant digits

Details

Update the names in the base object list that are specified in the arguments to update.

Value

list

Examples

  updateList(list(a=1,b=2), a=10, c=30)

biostat3 documentation built on Nov. 2, 2023, 6:04 p.m.