truth_event_level | R Documentation |
Get the correct event level
truth_event_level(truth, event_level)
truth |
A factor of the truth data |
event_level |
The level of the factor that contains the event (the class of interest) |
String
x <- factor(c('TRUE', 'FALSE', 'TRUE', 'TRUE')) truth_event_level(x, 'first')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.