Description Usage Arguments Value See Also Examples
In the attribute data of any inheritances of Entity, variables that have a
.
prefix such as .past_partner_id
is considered as a derived variable. It
is normally a variable that didn't belong to the original data that used to
populate the object in the first place. These derived variables usually get
created as the simulation evolves and past outcomes of entities get recorded.
1 2 3 | omit_derived_vars(.data)
omit_derived_varnames(.data)
|
.data |
a data.frame object. |
the input object with out columns that have .
as prefix to their names.
normalise_derived_vars
1 2 | x <- data.frame(a = 1, b = 2, .c = 3)
omit_derived_vars(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.