ard_total_n.survey.design {cardx} | R Documentation |
ARD Total N
Description
Returns the total N for a survey object.
The placeholder variable name returned in the object is "..ard_total_n.."
Usage
## S3 method for class 'survey.design'
ard_total_n(data, ...)
Arguments
data |
( |
... |
These dots are for future extensions and must be empty. |
Value
an ARD data frame of class 'card'
Examples
svy_titanic <- survey::svydesign(~1, data = as.data.frame(Titanic), weights = ~Freq)
ard_total_n(svy_titanic)
[Package cardx version 0.2.4 Index]