initialize-equation-method: Initializer for the equation class

initialize,equation-methodR Documentation

Initializer for the equation class

Description

sets defaults but allows them to be overridden by provided values

Usage

## 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"
)

Arguments

.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

Value

a new equation object


ahcombs/actdata documentation built on Jan. 15, 2025, 6:48 p.m.