![[R logo]](../../../doc/html/logo.jpg)
| addLast | Add a function to be executed when R exits. |
| ask | Display a prompt and collect the user's response |
| assert | Generate an error if an expression is not true. |
| binsearch | Binary Search |
| capture | Capture printed output of an R expression in a string |
| combinations | Enumerate the Combinations or Permutations of the Elements of a Vector |
| ddirichlet | Functions for the Dirichlet Distribution |
| defmacro | Define a macro |
| ELISA | Data from an ELISA assay |
| even | Detect odd/even integers |
| foldchange | Compute fold-change or convert between log-ratio and fold-change. |
| foldchange2logratio | Compute fold-change or convert between log-ratio and fold-change. |
| inv.logit | Generalized logit and inverse logit function |
| invalid | Test if a value is missing, empty, or contains only NA or NULL values |
| logit | Generalized logit and inverse logit function |
| logratio2foldchange | Compute fold-change or convert between log-ratio and fold-change. |
| mixedorder | Order or Sort strings with embedded numbers so that the numbers are in the correct order |
| mixedsort | Order or Sort strings with embedded numbers so that the numbers are in the correct order |
| odd | Detect odd/even integers |
| permutations | Enumerate the Combinations or Permutations of the Elements of a Vector |
| permute | Randomly Permute the Elements of a Vector |
| quantcut | Create a Factor Variable Using the Quantiles of a Continuous Variable |
| rdirichlet | Functions for the Dirichlet Distribution |
| running | Apply a Function Over Adjacent Subsets of a Vector |
| scat | Display debugging text |
| setTCPNoDelay | Modify the TCP_NODELAY (`de-Nagle') flag for socket objects |
| smartbind | Efficient rbind of data framesy, even if the column names don't match |
| sprint | Capture printed output of an R expression in a string |
| strmacro | Define a macro |