crossed_outcomes | R Documentation |
Come up with all the permutations of qualitative outcomes for each sample, including all analytes.
crossed_outcomes(analytes, qualitative_outcomes)
analytes |
The analytes to include. |
qualitative_outcomes |
The qualitative outcomes to include. |
A vector of all permutations of analytes and qualitative outcomes.
dxr:::crossed_outcomes(c("IgM", "IgG"), c("Positive", "Negative"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.