View source: R/descriptive_stats.R
cas.count | R Documentation |
Returns the number of nonmissing values in the input table by column.
cas.count(CASTable)
x |
CASTable. |
This function operates on numeric columns only.
casDataFrame
The result includes one row for each numeric variable and a column that is named N for the nonmissing count.
cas.nmiss
to count missing values.
## Not run:
cas.count(ct[1:4])
cas.count(ct$n2)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.