utilities {biostat3} | R Documentation |
biostat3
package
Utility functions for the biostat3
package.
updateList(object, ...)
format_perc(probs, digits)
object |
base object (list) |
... |
arguments to update |
probs |
probability to express as a percentage |
digits |
number of significant digits |
Update the names in the base object
list that are specified in
the arguments to update.
list
updateList(list(a=1,b=2), a=10, c=30)