Description Usage Arguments Value See Also Examples
View source: R/remove_invalid.R
Sets invalid predictied probabilities (i.e. those summing to > 1.1 or < 0.9) to zero. This function should be run prior to scoring an entry to ensure no invalid probabilities are scored.
1 | remove_invalid(entry)
|
entry |
An entry data.frame with columns location, target, type, unit, bin_start_incl, bin_end_incl, and value. |
An entry data.frame with invalid probabilities all set to zero.
1 | valid_entry <- remove_invald(full_entry)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.