Description Usage Arguments Value
This function replaces observations with "-Inf;Inf" in an interval, which basically means "no information available", with the standard NAs (therefore the name 'sna'). Observations with a finite bound (e.g.x = "0;Inf") are not replaced, since they contain information (here: "x is positive").
1 | sna_interval(x)
|
x |
can by any object, but the function was designed for |
In case of x being an interval-object, it returns a n times 2 matrix.
The first column is the lower bound, the second the upper bound.
Otherwise it returns just x.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.