View source: R/sur_uncertainty.R
sur_se | R Documentation |
Calculate the standard error
sur_se(v, input_type = "var", svyrep_attributes, sv, ids, st)
v |
either a vector of data or a vcov matrix |
input_type |
Character. One of 'var' or 'x'. Flags what v represents (x for vector of data) or var for an already computed vcov matrix (usually from sur_var) |
svyrep_attributes |
list. Containing arguments passed to |
sv |
data.table. Survey vars data.table |
ids |
numeric. vector of indices to operate on |
st |
character. survey type |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.