| createDummies | R Documentation |
create_dummies insteadcreateDummies has been renamed to create_dummies.
The argument names have also changed: group.id -> group_id,
act.id -> act_id, part.id -> part_id,
d -> data, include.self -> include_self,
merge.original -> merge_original.
createDummies(
group.id,
act.id,
part.id,
d,
include.self = FALSE,
merge.original = FALSE
)
group.id |
string; name of the group identifier variable |
act.id |
string; name of the actor identifier variable |
part.id |
string; name of the partner identifier variable |
d |
a |
include.self |
logical; retain self-ratings? Default |
merge.original |
logical; merge back onto original data? Default
|
see create_dummies
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.