initialize,equation-method | R Documentation |
sets defaults but allows them to be overridden by provided values
## S4 method for signature 'equation'
initialize(
.Object,
key = NA_character_,
gendercomponents = c("impressionabo_f", "impressionabo_m", "impressionabos_f",
"impressionabos_m", "selfdir_f", "selfdir_m", "traitid_f", "traitid_m",
"emotionid_f", "emotionid_m"),
filetype = ".dat",
source = "Interact 2.1 (May 2021)",
description = "unknown",
citation = "unknown",
notes = "none"
)
.Object |
equation object (self) |
key |
equation set name |
gendercomponents |
component genders |
filetype |
original source filetype |
source |
where data came from |
description |
description provided for data |
citation |
citation provided for data |
notes |
any notes provided for the dataset |
equation |
equation object |
a new equation object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.