View source: R/add_total_n.survey.design.R
ard_total_n.survey.design | R Documentation |
Returns the total N for a survey object.
The placeholder variable name returned in the object is "..ard_total_n.."
## S3 method for class 'survey.design'
ard_total_n(data, ...)
data |
( |
... |
These dots are for future extensions and must be empty. |
an ARD data frame of class 'card'
svy_titanic <- survey::svydesign(~1, data = as.data.frame(Titanic), weights = ~Freq)
ard_total_n(svy_titanic)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.