powered by
biostat3
Utility functions for the biostat3 package.
updateList(object, ...) format_perc(probs, digits)
list
base object (list)
arguments to update
probability to express as a percentage
number of significant digits
Update the names in the base object list that are specified in the arguments to update.
object
updateList(list(a=1,b=2), a=10, c=30)
Run the code above in your browser using DataLab