Description Usage Arguments Value Examples
Check if the deal is transparent
1 |
a |
deal to check |
logical value of whether the deal is transparent
1 2 3 4 5 6 7 8 9 10 | a <- list(
data.frame(
x=c(5e5),
p=c(1)),
data.frame(
x=c(2.5e6, 5e5, 0),
p=c(0.1, 0.89, 0.01))
)
deal_is_transparent(a)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.