Description Usage Arguments Value Methods (by class) Examples
Combine count with a percent
1 2 3 4 5 6 7 8 9 10 11 12 13 |
x |
count or object to count |
n |
see methods. |
... |
formatting arguments for formatting the percent. See format.percent. |
A character vector formatted with number and percent of successes.
x = logical,n = missing
: Count and give percent of TRUE
from a logical vector.
x = logical,n = logical
: Count and percent of a logical filtered by a second logical.
x = integer,n = integer
: Provided with count(s) of cases and total(s)
x = numeric,n = numeric
: Provided the actual count and the percent.
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.