describe.na | R Documentation |
Describe Missing Data
describe.na( x, dp = 2, return.num = FALSE, return.perc = FALSE, print.text = TRUE )
x |
Vector or data.frame object |
dp |
Number of decimal places for percentage |
return.num |
If set to TRUE, returns number of missing cases |
return.perc |
If set to TRUE, returns percentage of missing cases |
print.text |
If set to FALSE, missing cases are not printed |
Default none. When return.num or return.perc equals TRUE, numeric object is returned
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.