Learn R Programming

EventStudy (version 0.37)

EventStudyApplicationInput: Abnormal Return Calculation (ARC) API Wrapper

Description

This R6 class serialzes an Event Study parameter class to a list structure. This is an abstract class for Event Study applications (Return, Volatility, and Volume Event Studies). It is not intended to use this class directly. Please use: ARCApplicationInput.

Arguments

Format

R6Class object.

Methods

$new()

Constructor for EventStudyApplicationInput

$setup()

Setup the parameter list

Super class

EventStudy::ApplicationInputInterface -> EventStudyApplicationInput

Methods

Inherited methods


Method setup()

Usage

EventStudyApplicationInput$setup()


Method clone()

The objects of this class are cloneable with this method.

Usage

EventStudyApplicationInput$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.