View source: R/nwos_response_rate.R
nwos_response_rate | R Documentation |
Calculates nwos response rate
nwos_response_rate(x)
x |
is a vector containing values of I ('response'), P ('partial response'), NC ('not contacted'), UN ('unknown'), and R ('refused') |
a numeric value
nwos_response_rate(c('I','I','R','R','NC','NC','P'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.