ego_design | R Documentation |
Extract, set, remove, or update the survey design associated with an ego-centered dataset.
ego_design(x, ...)
## S3 method for class 'egor'
ego_design(x, ...)
## S3 method for class 'nested_egor'
ego_design(x, ...)
ego_design(x, ...) <- value
## S3 replacement method for class 'egor'
ego_design(x, ...) <- value
## S3 replacement method for class 'nested_egor'
ego_design(x, ...) <- value
has_ego_design(x)
## S3 method for class 'egor'
has_ego_design(x)
## S3 method for class 'nested_egor'
has_ego_design(x)
strip_ego_design(x)
x |
an |
... |
arguments to be passed to methods |
value |
A |
This can be useful for adjusting or re-initializing the ego design information after the underlying ego attributes had been modified.
data(egor32)
ego_design(egor32)
ego_design(egor32) <- alist(strata = sex)
ego_design(egor32)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.